summaryrefslogtreecommitdiff
path: root/src/cryptography/hazmat/bindings
AgeCommit message (Expand)Author
2019-05-02Merge commit '83aa36d' into importKevin Cheng
2019-01-21bind EVP_R_MEMORY_LIMIT_EXCEEDED and update a test (#4726)Paul Kehrer
2018-11-13add EVPDigestFinalXOF for extendable output functions (#4589)Paul Kehrer
2018-11-13Ed bindings (#4586)Paul Kehrer
2018-11-12add bindings for early data (#4582)Paul Kehrer
2018-11-12x448 bindings (#4577)Paul Kehrer
2018-11-12add EVP raw key bindings (#4578)Paul Kehrer
2018-11-03add various new TLS bindings (#4555)Paul Kehrer
2018-10-28add SCT_get0_signature (#4540)Paul Kehrer
2018-10-10Add definitions that help with hostname checking (#4492)Kai Engert
2018-10-10Use our cryptography-specific warning class (#4493)Alex Gaynor
2018-09-26add ed25519 bindings (#4476)Paul Kehrer
2018-08-31Fixes #3460 -- deprecate OpenSSL 1.0.1 (#4427)Alex Gaynor
2018-08-291.1.0 locks (#4420)Paul Kehrer
2018-08-20add bindings for SCT creation (#4407)Paul Kehrer
2018-07-23Add more SSL_CIPHER_* functions, necessary to implement ctx.get_ciphers() in ...Amaury Forgeot d'Arc
2018-07-06Make our locking setup function compy with our style guide (#4316)Alex Gaynor
2018-06-20Perform an OPENSSL_cleanup before checking the heap in our memleak tests (#4293)Alex Gaynor
2018-05-14Clean up unused EC bindings. (#4225)David Benjamin
2018-04-21add custom extensions functions for openssl >=1.0.2 (#4202)Denis Lila
2018-03-05remove cms bindings we don't use (#4131)Paul Kehrer
2018-01-23Add bindings for DTLS support (#4089)gesslerpd
2018-01-18Add bindings for PSK (#4084)gesslerpd
2018-01-16Add bindings for SSL_OP_NO_DTLS* (#4079)gesslerpd
2018-01-05just a quick confirmation that it really is an x25519 evp key (#4070)Paul Kehrer
2017-12-26Fixed #4006 -- bind functions for dealing with sigalgs (#4063)Alex Gaynor
2017-12-18Fixed #4058 -- use the thread-safe API from OpenSSL, not the danger one (#4059)Alex Gaynor
2017-09-27Expose FIPS funcs for OpenSSL. (#3939)Scott Sturdivant
2017-09-07add set0_rsa_oaep_label binding (#3894)Paul Kehrer
2017-07-08remove egd (#3771)Paul Kehrer
2017-07-08remove cryptodev (#3770)Paul Kehrer
2017-07-08Attempt to use coverage to quantify how many of the CONDITIONAL_NAMES we real...Alex Gaynor
2017-07-08Remove conditionals we never use. (#3766)Alex Gaynor
2017-06-26bind DTLS 1.2 methods (#3725)Paul Kehrer
2017-06-06bind even more evp (#3684)Paul Kehrer
2017-06-05bind EVP_PKEY_get1_tls_encodedpoint because X25519 (#3682)Paul Kehrer
2017-05-26fix libressl error/refactor some error handling (#3609)Paul Kehrer
2017-05-20add the x25519 NID (#3560)Paul Kehrer
2017-05-20time to remove commoncrypto, fare thee well (#3551)Paul Kehrer
2017-05-19Add PEM_write_bio_DHxparams, d2i_DHxparams_bio, i2d_DHxparams_bio (#3485)Aviv Palivoda
2017-05-18Added a binding that will be useful for AIA chasing (#3546)Alex Gaynor
2017-04-30Delete dead code and update a comment (#3529)Alex Gaynor
2017-04-21Additional SCT bindings (#3510)Alex Gaynor
2017-03-23Two additional bindings for CT (#3478)Alex Gaynor
2017-03-22First pass at adding SCT bindings (#3471)Alex Gaynor
2017-03-17Remove workaround for weird NetBSD bug (#3458)Alex Gaynor
2017-03-15Ec is a thing (#3453)Alex Gaynor
2017-03-14More ifdef death (#3450)Alex Gaynor
2017-03-14Memleak tests (#3140)Alex Gaynor
2017-03-14Removed some unused ifdefs from openssl bindings (#3448)Alex Gaynor