index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
_cffi_src
/
openssl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed build errors on HP-UX. (#4259)
dumol
2018-05-22
1
-1
/
+1
*
Cleanup unused err bindings. (#4246)
David Benjamin
2018-05-15
1
-106
/
+0
*
Remove ECDSA_sign_setup and *sign_ex bindings. (#4245)
David Benjamin
2018-05-15
1
-5
/
+0
*
Remove some unused RSA bindings. (#4243)
David Benjamin
2018-05-14
1
-11
/
+0
*
Remove some unused RAND bindings. (#4239)
David Benjamin
2018-05-14
1
-4
/
+0
*
Clean up unused EC bindings. (#4225)
David Benjamin
2018-05-14
1
-79
/
+0
*
Remove unused BIO bindings. (#4220)
David Benjamin
2018-05-14
1
-107
/
+3
*
Fix some callback type signatures. (#4227)
David Benjamin
2018-05-12
1
-3
/
+3
*
Remove unused BN bindings. (#4219)
David Benjamin
2018-05-09
1
-28
/
+2
*
Expose OpenSSL constant time bignum arithmetic (#4200)
Tux
2018-04-24
1
-0
/
+14
*
Add Session functions, necessary to implement new features in Python 3.6. (#4...
Amaury Forgeot d'Arc
2018-04-24
1
-0
/
+14
*
add custom extensions functions for openssl >=1.0.2 (#4202)
Denis Lila
2018-04-21
1
-0
/
+68
*
OpenSSL 1.0.2o has switched to winsock2 (#4184)
Thierry Bastian
2018-04-05
2
-0
/
+6
*
add X509_NAME_print_ex (#4174)
Joshua Crowgey
2018-04-04
1
-0
/
+1
*
add X509_CRL_dup function (#4127)
Dominic Chen
2018-03-05
1
-0
/
+1
*
remove cms bindings we don't use (#4131)
Paul Kehrer
2018-03-05
1
-113
/
+0
*
Remove unused bindings from asn1.py (#4082)
David Benjamin
2018-03-05
2
-66
/
+1
*
Expose BN_rand and BN_rand_range (#4118)
Tux
2018-02-23
1
-0
/
+3
*
Add binding for SSL_get_certificate (#4100)
Jeremy Lainé
2018-02-06
1
-0
/
+1
*
Add bindings for SRTP support (#4099)
Jeremy Lainé
2018-02-06
1
-0
/
+3
*
Add bindings for DTLS support (#4089)
gesslerpd
2018-01-23
2
-0
/
+28
*
Add bindings for PSK (#4084)
gesslerpd
2018-01-18
1
-1
/
+44
*
Add bindings for SSL_OP_NO_DTLS* (#4079)
gesslerpd
2018-01-16
1
-0
/
+4
*
Use the real X509_REVOKED_dup when available. (#4080)
David Benjamin
2018-01-12
1
-0
/
+4
*
Expose `BN_clear_free` in the OpenSSL backend (#4071)
Tux
2018-01-05
1
-0
/
+1
*
just a quick confirmation that it really is an x25519 evp key (#4070)
Paul Kehrer
2018-01-05
1
-0
/
+9
*
Fixed #4006 -- bind functions for dealing with sigalgs (#4063)
Alex Gaynor
2017-12-26
1
-0
/
+15
*
Fixed #4058 -- use the thread-safe API from OpenSSL, not the danger one (#4059)
Alex Gaynor
2017-12-18
1
-1
/
+0
*
add X509_up_ref (#4028)
Paul Kehrer
2017-11-28
1
-0
/
+5
*
Expose FIPS funcs for OpenSSL. (#3939)
Scott Sturdivant
2017-09-27
1
-0
/
+28
*
add set0_rsa_oaep_label binding (#3894)
Paul Kehrer
2017-09-07
1
-0
/
+10
*
add OCSP binding for obtaining information from CertID structure (#3888)
Paul Kehrer
2017-09-06
1
-0
/
+2
*
added binding support for rfc 5705 (#3878)
Kelby Ludwig
2017-08-29
1
-0
/
+2
*
Remove branches for 1.0.2 betas. (#3870)
Alex Gaynor
2017-08-20
3
-8
/
+6
*
Fix weak linking of getentropy when compiling on older macOS (#3841)
Paul Kehrer
2017-08-03
1
-0
/
+3
*
fix compilation on openbsd (#3814)
Paul Kehrer
2017-07-26
1
-0
/
+2
*
allow p % 24 == 23 when generator == 2 in DH_check (#3768)
Paul Kehrer
2017-07-09
1
-0
/
+2
*
remove egd (#3771)
Paul Kehrer
2017-07-08
1
-11
/
+0
*
remove cryptodev (#3770)
Paul Kehrer
2017-07-08
1
-10
/
+0
*
Remove conditionals we never use. (#3766)
Alex Gaynor
2017-07-08
1
-6
/
+0
*
Funcs macros gone (#3695)
Paul Kehrer
2017-06-27
35
-104
/
+0
*
enable wconversion and finish fixes (#3728)
Paul Kehrer
2017-06-26
3
-5
/
+5
*
bind DTLS 1.2 methods (#3725)
Paul Kehrer
2017-06-26
1
-0
/
+15
*
some wconversion fixes (#3727)
Paul Kehrer
2017-06-26
3
-7
/
+8
*
pypy3 compilation fix for locking callback (#3716)
Paul Kehrer
2017-06-24
1
-20
/
+60
*
bind even more evp (#3684)
Paul Kehrer
2017-06-06
1
-3
/
+8
*
bind EVP_PKEY_get1_tls_encodedpoint because X25519 (#3682)
Paul Kehrer
2017-06-05
1
-0
/
+11
*
add EVP_PKEY_keygen and EVP_PKEY_keygen_init for x25519/ed25519 (#3681)
Paul Kehrer
2017-06-05
1
-0
/
+6
*
bind EVP_CTRL_AEAD even when on < 1.1.0 (#3679)
Paul Kehrer
2017-06-04
1
-3
/
+14
*
runtime detection of getentropy for macOS via weak-linking (#3650)
Paul Kehrer
2017-05-30
2
-22
/
+55
[next]