index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add SSL_get[01]_peer_certificate()
Todd Short
2020-07-16
3
-13
/
+14
*
Providerized libssl fallout: cleanup init
Benjamin Kaduk
2020-07-12
1
-61
/
+0
*
Fix an incorrect error flow in add_provider_groups
Matt Caswell
2020-07-08
1
-1
/
+1
*
Add support to zeroize plaintext in S3 record layer
Martin Elshuber
2020-07-07
3
-0
/
+10
*
Ensure TLS padding is added during encryption on the provider side
Matt Caswell
2020-07-06
1
-4
/
+16
*
Convert SSLv3 handling to use provider side CBC/MAC removal
Matt Caswell
2020-07-06
4
-46
/
+97
*
Make libssl start using the TLS provider CBC support
Matt Caswell
2020-07-06
2
-50
/
+141
*
Add provider support for TLS CBC padding and MAC removal
Matt Caswell
2020-07-06
1
-0
/
+2
*
Remove SSL dependencies from tls_pad.c
Matt Caswell
2020-07-06
3
-77
/
+135
*
Split the padding/mac removal functions out into a separate file
Matt Caswell
2020-07-06
3
-270
/
+283
*
Move MAC removal responsibility to the various protocol "enc" functions
Matt Caswell
2020-07-06
8
-400
/
+375
*
SSL: fix misuse of ERR_LIB_SYS
Richard Levitte
2020-07-05
1
-1
/
+2
*
Fix many MarkDown issues in {NOTES*,README*,HACKING,LICENSE}.md files
Dr. David von Oheimb
2020-07-05
2
-79
/
+78
*
Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txt
Dr. David von Oheimb
2020-07-05
2
-0
/
+0
*
Free pre_proc_exts in SSL_free()
MiĆosz Kaniewski
2020-07-02
1
-0
/
+2
*
Reduce the security bits for MD5 and SHA1 based signatures in TLS
Kurt Roeckx
2020-06-27
1
-0
/
+18
*
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
*
Fix the DTLS1_COOKIE_LENGTH value
Matt Caswell
2020-06-19
1
-1
/
+1
*
Create defines for TLS Group Ids
Matt Caswell
2020-06-19
1
-35
/
+36
*
Don't send supported groups if no-ec and we're doing DTLS
Matt Caswell
2020-06-19
1
-1
/
+1
*
Provider a better error message if we fail to copy parameters
Matt Caswell
2020-06-19
3
-3
/
+5
*
Update the various SSL group getting and setting functions
Matt Caswell
2020-06-19
4
-48
/
+78
*
Modify libssl to discover supported groups based on available providers
Matt Caswell
2020-06-19
6
-184
/
+341
*
The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*
Pauli
2020-06-11
2
-7
/
+7
*
kdf: make function naming consistent.
Pauli
2020-06-11
2
-15
/
+15
*
Do not allow dropping Extended Master Secret extension on renegotiaton
Tomas Mraz
2020-06-09
1
-1
/
+14
*
use safe primes in ssl_get_auto_dh()
Hubert Kario
2020-06-09
1
-36
/
+38
*
TLSv1.3: additional checks in SSL_set_record_padding_callback
Vadim Fedorenko
2020-06-08
1
-2
/
+9
*
TLSv13: add kTLS support
Vadim Fedorenko
2020-06-08
2
-14
/
+72
*
kTLS: add support for AES_CCM128 and AES_GCM256
Vadim Fedorenko
2020-06-08
1
-26
/
+24
*
Don't downgrade keys in libssl
Matt Caswell
2020-06-05
5
-131
/
+0
*
Check that Signature Algorithms are available before using them
Matt Caswell
2020-06-05
3
-47
/
+114
*
Add cipher list ciphersuites which using encryption algorithm in mode CBC.
Otto Hollmann
2020-06-04
2
-0
/
+4
*
Update copyright year
Matt Caswell
2020-06-04
1
-1
/
+1
*
Move EC_METHOD to internal-only
Billy Brumley
2020-06-02
1
-1
/
+1
*
undeprecate SSL_CTX_load_verify_locations and X509_STORE_load_locations
Tim Hudson
2020-06-01
1
-2
/
+0
*
Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_P...
Dr. David von Oheimb
2020-05-27
1
-1
/
+1
*
t1_trce: Fix remaining places where the 24 bit shift overflow happens
Tomas Mraz
2020-05-20
1
-5
/
+16
*
Introducing option SSL_OP_IGNORE_UNEXPECTED_EOF
Dmitry Belyavskiy
2020-05-19
1
-2
/
+7
*
New Russian TLS 1.2 implementation
Dmitry Belyavskiy
2020-05-19
13
-28
/
+428
*
Fix crash in early data send with out-of-band PSK using AES CCM
raja-ashok
2020-05-15
1
-2
/
+9
*
SSL: refactor ssl_cert_lookup_by_pkey() to work with provider side keys
Richard Levitte
2020-05-15
1
-10
/
+11
*
Update copyright year
Matt Caswell
2020-05-15
2
-2
/
+2
*
Correct alignment calculation in ssl3_setup_write
Matt Caswell
2020-05-15
1
-1
/
+1
*
Fix use-after-free in BIO_C_SET_SSL callback
Dr. Matthias St. Pierre
2020-05-07
1
-0
/
+1
*
SSL_OP_DISABLE_TLSEXT_CA_NAMES option implementation
Nikolay Morozov
2020-05-07
2
-3
/
+4
*
Don't offer or accept ciphersuites that we can't support
Matt Caswell
2020-05-06
1
-2
/
+10
*
Fix up whitespace nits introduced by PR #11416
Benjamin Kaduk
2020-05-06
2
-7
/
+7
*
Add SSL_new_session_ticket() API
Benjamin Kaduk
2020-05-02
4
-6
/
+29
[next]