summaryrefslogtreecommitdiff
path: root/src/cryptography
Commit message (Expand)AuthorAgeFilesLines
* X25519 Support (#3686)Paul Kehrer2017-06-093-0/+179
* ChaCha20Poly1305 support (#3680)Paul Kehrer2017-06-084-0/+177
* bind even more evp (#3684)Paul Kehrer2017-06-061-1/+2
* bind EVP_PKEY_get1_tls_encodedpoint because X25519 (#3682)Paul Kehrer2017-06-051-0/+3
* bind EVP_CTRL_AEAD even when on < 1.1.0 (#3679)Paul Kehrer2017-06-041-4/+4
* Refs #3461 -- parse SCTs from x.509 extension (#3480)Alex Gaynor2017-06-044-3/+99
* deprecate signer/verifier on asymmetric keys (#3663)Paul Kehrer2017-06-034-3/+24
* make signature and verification contexts error better re: prehashed (#3658)Paul Kehrer2017-06-024-3/+17
* Post release tasks to open master for 2.0 (#3644)Alex Gaynor2017-05-292-2/+2
* 1.9 version bump and changelog (#3641)1.9Paul Kehrer2017-05-291-1/+1
* Enlarge _oid2txt buffer to handle larger OIDs (#3612)Fraser Tweedale2017-05-291-0/+14
* move MACContext to mac.py and eliminate interfaces.py (#3631)Paul Kehrer2017-05-296-8/+25
* Simplify int to hex string conversion (#3628)Alex Gaynor2017-05-281-3/+3
* fix libressl error/refactor some error handling (#3609)Paul Kehrer2017-05-264-44/+54
* Document when OpenSSL changed its default (#3611)Alex Gaynor2017-05-251-1/+1
* jurisdictionCountryName also must be PrintableString (#3516)Alex Gaynor2017-05-251-2/+5
* Put the exchange method on the correct interface (#3591)Alex Gaynor2017-05-241-7/+7
* add convenience methods for key_size on EC{Public,Private}Key (#3587)Paul Kehrer2017-05-232-1/+21
* Simplify the update (#3586)Alex Gaynor2017-05-231-7/+3
* Bump the minimum PyPy/cffi version and simplify as a result (#3585)Alex Gaynor2017-05-231-27/+7
* let's deprecate some hashes we should never have exposed (#3584)Paul Kehrer2017-05-231-0/+16
* Fix deprecation warning (#3574)Alex Gaynor2017-05-231-1/+5
* Deprecate Python 3.3 support, with the intention of being removed in the next...Alex Gaynor2017-05-221-0/+6
* add the x25519 NID (#3560)Paul Kehrer2017-05-201-0/+3
* Fixed #3533 -- made GCM mode object immutable (#3553)Alex Gaynor2017-05-204-39/+41
* remove multibackend (#3555)Paul Kehrer2017-05-202-531/+2
* time to remove commoncrypto, fare thee well (#3551)Paul Kehrer2017-05-208-673/+3
* Don't raise an UnsupportedExtension for critical extensions. (#3550)Alex Gaynor2017-05-204-17/+17
* Add PEM_write_bio_DHxparams, d2i_DHxparams_bio, i2d_DHxparams_bio (#3485)Aviv Palivoda2017-05-191-0/+3
* Added a binding that will be useful for AIA chasing (#3546)Alex Gaynor2017-05-181-0/+4
* Fixes #3538 -- Make our OpenSSL EC verifier's implementation match the API (#...Alex Gaynor2017-05-101-3/+2
* use openssl constants (#3534)Paul Kehrer2017-05-032-7/+18
* postpone GCM authentication tag requirement until finalization (#3421)Philipp Gesang2017-05-024-23/+64
* Delete dead code and update a comment (#3529)Alex Gaynor2017-04-301-3/+3
* Don't compare cffi version using strings (#3524)Alex Gaynor2017-04-292-9/+2
* Remove unused assignment (#3519)Alex Gaynor2017-04-271-1/+1
* Additional SCT bindings (#3510)Alex Gaynor2017-04-211-0/+2
* Another simplification of freeing (#3498)Alex Gaynor2017-04-091-7/+1
* Fixed #3492 -- use a better API (#3497)Alex Gaynor2017-04-091-7/+1
* minor int_to_bytes performance increase (#3490)Ofek Lev2017-04-061-7/+13
* remove key check (#3473)Ofek Lev2017-04-011-3/+0
* Two additional bindings for CT (#3478)Alex Gaynor2017-03-231-0/+2
* First pass at adding SCT bindings (#3471)Alex Gaynor2017-03-221-0/+6
* Interfaces for SCTs, feedback wanted (#3467)Alex Gaynor2017-03-222-0/+48
* Remove API deprecated in 1.6, clean up the legacy deprecations (#3468)Alex Gaynor2017-03-215-22/+10
* Refs #3461 -- added the OID for the SCT x.509 extension (#3464)Alex Gaynor2017-03-201-0/+3
* Remove workaround for weird NetBSD bug (#3458)Alex Gaynor2017-03-171-4/+0
* Ec is a thing (#3453)Alex Gaynor2017-03-152-125/+3
* Be on brand: it's macOS (#3456)Alex Gaynor2017-03-151-1/+1
* More ifdef death (#3450)Alex Gaynor2017-03-142-28/+2