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_cert.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename SSL[_CTX]_add1_CA_list -> SSL[_CTX]_add1_to_CA_list
Richard Levitte
2018-09-03
1
-2
/
+6
*
Allow TLS-1.3 ciphersuites in @SECLEVEL=3 and above
Tomas Mraz
2018-08-22
1
-1
/
+2
*
Check that the public key OID matches the sig alg
Matt Caswell
2018-07-18
1
-9
/
+22
*
Allow NULL for some _free routines.
Rich Salz
2018-03-27
1
-0
/
+2
*
Remove some code for a contributor that we cannot find
Matt Caswell
2018-03-27
1
-3
/
+0
*
Update copyright years on all files merged since Jan 1st 2018
Richard Levitte
2018-01-09
1
-1
/
+1
*
Avoid only exact duplicates when creating the accepted CA names list
Tomas Mraz
2018-01-08
1
-4
/
+23
*
Consistent formatting for sizeof(foo)
Rich Salz
2017-12-07
1
-3
/
+3
*
Simplify the stack reservation
Paul Yang
2017-10-26
1
-5
/
+1
*
Various clean-ups
KaoruToda
2017-10-20
1
-1
/
+1
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-2
/
+2
*
crypto/x509v3/v3_utl.c, ssl/ssl_cert.c: fix Coverity problems.
Andy Polyakov
2017-10-10
1
-3
/
+5
*
Remove unnecessary #include <openssl/lhash.h> directives.
Pauli
2017-09-29
1
-1
/
+0
*
Add stack space reservations.
Pauli
2017-09-28
1
-2
/
+6
*
Move e_os.h to be the very first include.
Pauli
2017-08-30
1
-4
/
+0
*
Move the REF_PRINT support from e_os.h to internal/refcount.h.
Pauli
2017-08-30
1
-1
/
+1
*
e_os.h removal from other headers and source files.
Pauli
2017-08-30
1
-1
/
+6
*
NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guard
Richard Levitte
2017-08-25
1
-4
/
+1
*
Move certificate table to header file so it can be tested.
Dr. Stephen Henson
2017-07-13
1
-13
/
+1
*
Add certificate properties table.
Dr. Stephen Henson
2017-07-13
1
-0
/
+38
*
Modify Sun copyright to follow OpenSSL style
Rich Salz
2017-06-20
1
-6
/
+1
*
Ignore dups in X509_STORE_add_*
Rich Salz
2017-04-20
1
-16
/
+5
*
Implement a new custom extensions API
Matt Caswell
2017-04-07
1
-5
/
+2
*
Constify SSL_dup_CA_list()
Dr. Stephen Henson
2017-04-03
1
-1
/
+1
*
New certificate_authorities functions
Dr. Stephen Henson
2017-04-03
1
-26
/
+53
*
Remove obsolete version test when returning CA names.
Dr. Stephen Henson
2017-03-16
1
-5
/
+5
*
Tidy up certificate type handling.
Dr. Stephen Henson
2017-02-24
1
-6
/
+5
*
Replace SSL_PKEY_RSA_ENC, SSL_PKEY_RSA_SIGN
Dr. Stephen Henson
2017-02-10
1
-1
/
+1
*
Convert Sigalgs processing to use ints
Matt Caswell
2017-01-10
1
-4
/
+7
*
Create Certificate messages in TLS1.3 format
Matt Caswell
2017-01-06
1
-110
/
+0
*
Add support for reference counting using C11 atomics
Kurt Roeckx
2016-11-17
1
-1
/
+1
*
Style tweaks following review feedback
Matt Caswell
2016-09-20
1
-1
/
+1
*
Convert Certificate message construction to WPACKET
Matt Caswell
2016-09-20
1
-25
/
+13
*
Indent ssl/
Emilia Kasper
2016-08-18
1
-23
/
+18
*
Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE instead
Richard Levitte
2016-07-19
1
-2
/
+5
*
Fix broken loading of client CAs
Andreas Karlsson
2016-07-02
1
-2
/
+1
*
Add checks on sk_TYPE_push() returned result
FdaSilvaYY
2016-06-23
1
-8
/
+20
*
Fix ssl_cert_set0_chain invalid pointer
Todd Short
2016-05-27
1
-1
/
+1
*
Fix some malloc failure crashes on X509_STORE_CTX_set_ex_data
FdaSilvaYY
2016-05-23
1
-1
/
+3
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-107
/
+7
*
Fold threads.h into crypto.h making API public
Viktor Dukhovni
2016-05-16
1
-1
/
+1
*
various spelling fixes
FdaSilvaYY
2016-04-28
1
-1
/
+1
*
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-20
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
[next]