index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
ssl_cert.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Ensure we check i2d_X509 return val
Matt Caswell
2016-04-26
1
-2
/
+7
*
Make many X509_xxx types opaque.
Rich Salz
2016-04-15
1
-39
/
+56
*
Revert "various spelling fixes"
Rich Salz
2016-04-04
1
-1
/
+1
*
various spelling fixes
FdaSilvaYY
2016-04-04
1
-1
/
+1
*
Move peer chain security checks into x509_vfy.c
Viktor Dukhovni
2016-04-03
1
-11
/
+14
*
Remove #error from include files.
Rich Salz
2016-03-21
1
-3
/
+1
*
Constify security callbacks
Kurt Roeckx
2016-03-09
1
-4
/
+4
*
Fix locking in ssl_cert_dup()
Todd Short
2016-03-09
1
-1
/
+1
*
Convert CRYPTO_LOCK_SSL_* to new multi-threading API
Alessandro Ghedini
2016-03-09
1
-28
/
+31
*
Convert CRYPTO_LOCK_X509_* to new multi-threading API
Alessandro Ghedini
2016-03-08
1
-4
/
+3
*
Fix MacOS/X build warnings
Viktor Dukhovni
2016-02-11
1
-2
/
+0
*
Move to REF_DEBUG, for consistency.
Rich Salz
2016-02-11
1
-9
/
+2
*
RT3495: Add a hash for faster dup detection.
Toshikuni Fukaya
2016-02-11
1
-17
/
+25
*
Add SSL_get0_verified_chain() to return verified chain of peer
Dr. Stephen Henson
2016-02-06
1
-0
/
+9
*
make EVP_PKEY opaque
Dr. Stephen Henson
2016-01-20
1
-1
/
+1
*
EDH >= 1024 bits even at security level 0
Viktor Dukhovni
2016-01-14
1
-2
/
+9
*
DANE support structures, constructructors and accessors
Viktor Dukhovni
2016-01-06
1
-2
/
+13
*
Protocol version selection and negotiation rewrite
Viktor Dukhovni
2016-01-02
1
-9
/
+15
*
Server side EVP_PKEY DH support
Dr. Stephen Henson
2015-12-23
1
-22
/
+3
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-1
/
+1
*
Remove support for all 40 and 56 bit ciphers.
Kurt Roeckx
2015-12-05
1
-11
/
+0
*
Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDH
Kurt Roeckx
2015-12-04
1
-4
/
+0
*
Make SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()
Kurt Roeckx
2015-12-04
1
-10
/
+0
*
Remove support for SSL_{CTX_}set_tmp_ecdh_callback().
Kurt Roeckx
2015-12-04
1
-1
/
+0
*
Add comment explaining why we don't check a return value
Matt Caswell
2015-11-17
1
-0
/
+6
*
Standardise our style for checking malloc failures
Matt Caswell
2015-11-09
1
-4
/
+4
*
Remove the type variable
Matt Caswell
2015-10-30
1
-1
/
+1
*
Make no-psk compile without warnings.
Dr. Stephen Henson
2015-10-11
1
-2
/
+2
*
Remove BIO_s_file_internal macro.
Rich Salz
2015-10-02
1
-2
/
+2
*
Fix no-stdio build
David Woodhouse
2015-09-30
1
-2
/
+0
*
RT4047: Set reference count earlier
Filipe DA SILVA
2015-09-17
1
-1
/
+1
*
Fix PSK identity hint handling.
Dr. Stephen Henson
2015-09-14
1
-0
/
+9
*
Avoid direct X509 structure access
Dr. Stephen Henson
2015-09-06
1
-2
/
+1
*
Add and use OPENSSL_zalloc
Rich Salz
2015-09-03
1
-5
/
+2
*
Add X509_up_ref function.
Dr. Stephen Henson
2015-09-01
1
-2
/
+2
*
Remove SESS_CERT entirely.
Dr. Stephen Henson
2015-06-22
1
-40
/
+0
*
Move peer chain to SSL_SESSION structure.
Dr. Stephen Henson
2015-06-22
1
-1
/
+0
*
Remove certificates from sess_cert
Dr. Stephen Henson
2015-06-22
1
-19
/
+0
*
Remove peer temp keys from SESS_CERT
Dr. Stephen Henson
2015-06-22
1
-10
/
+0
*
Add CHANGES entry for OPENSSL_NO_TLSEXT removal
Matt Caswell
2015-05-23
1
-1
/
+0
*
Remove support for OPENSSL_NO_TLSEXT
Matt Caswell
2015-05-23
1
-8
/
+1
*
move masks out of CERT structure
Dr. Stephen Henson
2015-05-19
1
-5
/
+0
*
Move certificate validity flags out of CERT.
Dr. Stephen Henson
2015-05-18
1
-3
/
+0
*
Move signing digest out of CERT.
Dr. Stephen Henson
2015-05-18
1
-21
/
+0
*
CERT tidy
Dr. Stephen Henson
2015-05-18
1
-11
/
+1
*
Identify and move OpenSSL internal header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
memset, memcpy, sizeof consistency fixes
Rich Salz
2015-05-06
1
-8
/
+3
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-6
/
+4
*
free NULL cleanup -- coda
Rich Salz
2015-05-01
1
-22
/
+12
*
Remove goto inside an if(0) block
Rich Salz
2015-05-01
1
-8
/
+6
[prev]
[next]