index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ssl
/
ssl_lib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
TLS client: allow cert verify callback return -1 for SSL_ERROR_WANT_RETRY_VERIFY
Dr. David von Oheimb
2021-01-26
1
-0
/
+2
*
replace 'unsigned const char' with 'const unsigned char'
Thomas De Schampheleire
2021-01-09
1
-3
/
+3
*
Move some libssl global variables into SSL_CTX
Matt Caswell
2020-11-23
1
-4
/
+4
*
SSL: Change SSLerr() to ERR_raise()
Richard Levitte
2020-11-20
1
-2
/
+2
*
Only disabled what we need to in a no-dh build
Matt Caswell
2020-11-18
1
-3
/
+3
*
Implement a replacement for SSL_set_tmp_dh()
Matt Caswell
2020-11-18
1
-0
/
+26
*
Deprecate SSL_CTRL_SET_TMP_DH and other related ctrls
Matt Caswell
2020-11-18
1
-1
/
+1
*
SSL: refactor all SSLfatal() calls
Richard Levitte
2020-11-11
1
-33
/
+17
*
Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-11
1
-117
/
+107
*
Concentrate deprecated libssl API usage in one file
Matt Caswell
2020-10-16
1
-31
/
+11
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-3
/
+3
*
Fixed typo in ssl_lib.c
Ikko Ashimine
2020-10-12
1
-1
/
+1
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
1
-14
/
+14
*
Fix safestack issues in ct.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Fix safestack issues in ocsp.h
Matt Caswell
2020-09-13
1
-1
/
+0
*
Fix safestack issues in x509.h
Matt Caswell
2020-09-13
1
-3
/
+0
*
Fix safestack issues in ssl.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
NonStop port updates for 3.0.0.
Randall S. Becker
2020-09-12
1
-0
/
+13
*
Fix coverity CID #1465795 - Incorrect free deallocator used in SSL_add1_host()
Shane Lontis
2020-08-24
1
-1
/
+1
*
Avoid segfault in SSL_export_keying_material if there is no session
Tomas Mraz
2020-08-13
1
-1
/
+2
*
Mark SSL_CTX_set_ssl_version() as deprecated in 3.0
Benjamin Kaduk
2020-08-12
1
-0
/
+2
*
rand_drbg: remove RAND_DRBG.
Pauli
2020-08-07
1
-1
/
+0
*
Disallow setting more than one IP address with SSL_add1_host()
David Woodhouse
2020-08-03
1
-2
/
+21
*
Make SSL_set1_host() and SSL_add1_host() take IP addresses
David Woodhouse
2020-08-03
1
-0
/
+10
*
Add X509 related libctx changes.
Shane Lontis
2020-07-24
1
-5
/
+9
*
deprecate engines in SSL
Pauli
2020-07-16
1
-0
/
+3
*
Add SSL_get[01]_peer_certificate()
Todd Short
2020-07-16
1
-11
/
+12
*
Move MAC removal responsibility to the various protocol "enc" functions
Matt Caswell
2020-07-06
1
-23
/
+2
*
SSL: fix misuse of ERR_LIB_SYS
Richard Levitte
2020-07-05
1
-1
/
+2
*
Free pre_proc_exts in SSL_free()
MiĆosz Kaniewski
2020-07-01
1
-0
/
+2
*
Don't attempt to duplicate the BIO state in SSL_dup
Matt Caswell
2020-06-23
1
-15
/
+0
*
Ensure that SSL_dup copies the min/max protocol version
Matt Caswell
2020-06-23
1
-0
/
+2
*
Update the various SSL group getting and setting functions
Matt Caswell
2020-06-19
1
-3
/
+1
*
Modify libssl to discover supported groups based on available providers
Matt Caswell
2020-06-19
1
-4
/
+14
*
TLSv1.3: additional checks in SSL_set_record_padding_callback
Vadim Fedorenko
2020-06-08
1
-2
/
+9
*
Check that Signature Algorithms are available before using them
Matt Caswell
2020-06-05
1
-0
/
+6
*
undeprecate SSL_CTX_load_verify_locations and X509_STORE_load_locations
Tim Hudson
2020-06-01
1
-2
/
+0
*
New Russian TLS 1.2 implementation
Dmitry Belyavskiy
2020-05-19
1
-2
/
+2
*
Fix up whitespace nits introduced by PR #11416
Benjamin Kaduk
2020-05-05
1
-5
/
+5
*
Add SSL_new_session_ticket() API
Benjamin Kaduk
2020-05-01
1
-0
/
+9
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+8
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Ensure libssl uses the new library context aware CT code
Matt Caswell
2020-04-09
1
-2
/
+2
*
Ignore some fetch failures
Matt Caswell
2020-03-27
1
-3
/
+13
*
Fix coverity issues
Shane Lontis
2020-02-14
1
-1
/
+1
*
Fix a mem leak in libssl
Matt Caswell
2020-02-13
1
-2
/
+12
*
Fix no-engine
Matt Caswell
2020-02-07
1
-0
/
+4
*
Explicitly fetch ciphers and digests in libssl
Matt Caswell
2020-02-06
1
-8
/
+103
*
Fix SSL_get_servername() and SNI behaviour
Matt Caswell
2020-01-30
1
-14
/
+68
*
Make sure we use RAND_bytes_ex and RAND_priv_bytes_ex in libssl
Matt Caswell
2020-01-24
1
-8
/
+8
[next]