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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix client verify mode to check SSL_VERIFY_PEER
Viktor Dukhovni
2016-04-07
1
-1
/
+1
*
Fix memory leak on invalid CertificateRequest.
David Benjamin
2016-04-07
1
-0
/
+2
*
Fix no-ocsp
Matt Caswell
2016-04-06
2
-6
/
+17
*
New SSL test framework
Emilia Kasper
2016-04-05
1
-2
/
+2
*
Revert "various spelling fixes"
Rich Salz
2016-04-04
12
-25
/
+24
*
Revert "Fix an error code spelling."
Rich Salz
2016-04-04
2
-2
/
+2
*
Fix an error code spelling.
FdaSilvaYY
2016-04-04
2
-2
/
+2
*
various spelling fixes
FdaSilvaYY
2016-04-04
12
-24
/
+25
*
Move peer chain security checks into x509_vfy.c
Viktor Dukhovni
2016-04-03
1
-11
/
+14
*
Use return "" not set a var and return.
Rich Salz
2016-03-31
2
-305
/
+146
*
RT4458: Fix #ifndef line for GOST
Pauli
2016-03-31
1
-2
/
+2
*
Make BIO opaque
Matt Caswell
2016-03-29
2
-60
/
+64
*
Resolve DTLS cookie and version before session resumption.
David Benjamin
2016-03-27
1
-33
/
+32
*
Allow different protocol version when trying to reuse a session
Fedor Indutny
2016-03-27
6
-167
/
+86
*
Check algo_strength using SSL_STRONG_MASK
Kurt Roeckx
2016-03-22
2
-6
/
+10
*
Move declaration of i into blocks where it is used.
Ben Laurie
2016-03-22
1
-3
/
+7
*
RT4660: BIO_METHODs should be const.
David Benjamin
2016-03-21
1
-2
/
+2
*
Fix no-sock
Matt Caswell
2016-03-21
1
-1
/
+2
*
Remove the remainder of util/mk1mf.pl and companion scripts
Richard Levitte
2016-03-21
1
-3
/
+0
*
Fix ALPN - more fixes
Todd Short
2016-03-20
1
-6
/
+9
*
Remove #error from include files.
Rich Salz
2016-03-20
12
-61
/
+21
*
Ensure that memory allocated for the ticket is freed
Matt Caswell
2016-03-18
1
-0
/
+1
*
Remove Netware and OS/2
Rich Salz
2016-03-17
1
-2
/
+0
*
Report TLS 1.0 as backwards-compatible TLSv1
Viktor Dukhovni
2016-03-17
2
-1
/
+8
*
Sort cipher-list at runtime.
Rich Salz
2016-03-16
3
-1528
/
+1227
*
Fix no-comp build
Emilia Kasper
2016-03-12
1
-1
/
+2
*
check reviewer --reviewer=emilia
Rob Percival
2016-03-10
1
-0
/
+11
*
Deprecate the use of version-specific methods
Kurt Roeckx
2016-03-09
4
-45
/
+170
*
Move disabling of RC4 for DTLS to the cipher list.
Kurt Roeckx
2016-03-09
4
-46
/
+35
*
Remove DES cipher alias
Kurt Roeckx
2016-03-09
1
-1
/
+0
*
IDEA is not supported in TLS 1.2
Kurt Roeckx
2016-03-09
1
-2
/
+2
*
Add support for minimum and maximum protocol version supported by a cipher
Kurt Roeckx
2016-03-09
8
-318
/
+504
*
Add ssl_get_client_min_max_version() function
Kurt Roeckx
2016-03-09
2
-18
/
+44
*
Make SSL_CIPHER_get_version return a const char *
Kurt Roeckx
2016-03-09
1
-1
/
+1
*
Remove unused code
Kurt Roeckx
2016-03-09
1
-15
/
+4
*
Make function to convert version to string
Kurt Roeckx
2016-03-09
3
-32
/
+24
*
Constify security callbacks
Kurt Roeckx
2016-03-09
3
-12
/
+12
*
Do not display a CT log error message if CT validation is disabled
Rob Percival
2016-03-09
1
-5
/
+1
*
Fix locking in ssl_cert_dup()
Todd Short
2016-03-09
1
-1
/
+1
*
Counter mixed signedness with a cast
Richard Levitte
2016-03-09
1
-2
/
+2
*
Fix SSL_CIPHER_get_auth_nid return
Todd Short
2016-03-08
1
-1
/
+1
*
Convert CRYPTO_LOCK_SSL_* to new multi-threading API
Alessandro Ghedini
2016-03-08
5
-104
/
+150
*
Convert CRYPTO_LOCK_X509_* to new multi-threading API
Alessandro Ghedini
2016-03-08
1
-4
/
+3
*
Convert CRYPTO_LOCK_BIO to new multi-threading API
Alessandro Ghedini
2016-03-08
1
-3
/
+3
*
GH787: Fix ALPN
Todd Short
2016-03-08
1
-7
/
+7
*
Add cipher query functions
Todd Short
2016-03-08
1
-4
/
+48
*
GH815: The ChaCha20/Poly1305 codepoints are official
Benjamin Kaduk
2016-03-08
1
-1
/
+1
*
GH787: Fix ALPN
Todd Short
2016-03-08
4
-48
/
+68
*
Fix building without multiblock support
Matt Caswell
2016-03-08
1
-2
/
+2
*
Rename the numpipes argument to ssl3_enc/tls1_enc
Matt Caswell
2016-03-07
2
-22
/
+25
[prev]
[next]