index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
ssl_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tls: remove TODOs
Pauli
2021-06-02
1
-5
/
+0
*
Modify ssl_handshake_hash to call SSLfatal
Trev Larock
2021-06-01
1
-1
/
+3
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-8
/
+8
*
ssl: add zero strenght arguments to BN and RAND RNG calls
Pauli
2021-05-29
1
-4
/
+4
*
Let SSL_new_session_ticket() enter init immediately
Benjamin Kaduk
2021-05-19
1
-1
/
+5
*
Add SSL_OP_ALLOW_CLIENT_RENEGOTIATION
Rich Salz
2021-05-17
1
-12
/
+15
*
Convert SSL_{CTX}_[gs]et_options to 64
Rich Salz
2021-05-14
1
-11
/
+6
*
Enforce secure renegotiation support by default
Benjamin Kaduk
2021-05-05
1
-5
/
+0
*
ssl: fix possible ref counting fields use before init.
FdaSilvaYY
2021-05-01
1
-7
/
+9
*
Handle set_alpn_protos inputs better.
Todd Short
2021-04-13
1
-6
/
+43
*
Fix typos in ssl_lib.c
Nan Xiao
2021-04-01
1
-1
/
+1
*
Ensure buffer/length pairs are always in sync
Matt Caswell
2021-03-25
1
-3
/
+11
*
Always check CRYPTO_LOCK_{read,write}_lock
Rich Salz
2021-03-14
1
-3
/
+6
*
Reword repeated words.
Shane Lontis
2021-03-09
1
-1
/
+1
*
Deprecate the libssl level SRP APIs
Matt Caswell
2021-02-12
1
-2
/
+2
*
Remove OPENSSL_NO_EC guards from libssl
Matt Caswell
2021-02-05
1
-18
/
+1
*
Ensure default supported groups works even with no-ec and no-dh
Matt Caswell
2021-02-05
1
-0
/
+1
*
Remove OPENSSL_NO_DH guards from libssl
Matt Caswell
2021-02-05
1
-23
/
+0
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
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-08
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-13
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-13
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-02
1
-0
/
+2
*
Don't attempt to duplicate the BIO state in SSL_dup
Matt Caswell
2020-06-23
1
-15
/
+0
[next]