index
:
openssl
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_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
SSLeay
dependabot-review
dependabot/github_actions/coverallsapp/github-action-2.3.3
feature/acert-cli
feature/dtls-1.3
feature/ech
feature/evp_skey
feature/hss
feature/ml-kem
feature/quic-server
feature/slh-dsa
master
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
openssl-3.4
tls1.3-draft-18
tls1.3-draft-19
Mirror of https://github.com/openssl/openssl
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
ssl_cert.c
Age
Commit message (
Expand
)
Author
2022-04-27
Add SSL_(CTX_)?get0_(verify|chain)_cert_store functions
Hugo Landau
2022-03-15
Update copyright year
Matt Caswell
2022-03-02
[ssl] Add SSL_kDHEPSK and SSL_kECDHEPSK as PFS ciphersuites for SECLEVEL >= 3
Nicola Tuveri
2022-03-02
[ssl] Prefer SSL_k(EC)?DHE to the SSL_kE(EC)?DH alias
Nicola Tuveri
2021-12-14
Fix invalid handling of verify errors in libssl
Matt Caswell
2021-11-16
BIO_read_filename: fix return check
Peiwei Hu
2021-06-23
cross-reference the DH and RSA SECLEVEL to level of security mappings
Hubert Kario
2021-06-19
ssl: do not choose auto DH groups that are weaker than the security level
Pauli
2021-03-03
Fix NULL access in ssl_build_cert_chain() when ctx is NULL.
Shane Lontis
2021-02-05
Remove OPENSSL_NO_DH guards from libssl
Matt Caswell
2021-01-28
Update copyright year
Richard Levitte
2021-01-13
Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1
Dr. David von Oheimb
2020-11-18
Only disabled what we need to in a no-dh build
Matt Caswell
2020-11-11
SSL: refactor all SSLfatal() calls
Richard Levitte
2020-11-11
Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() call
Richard Levitte
2020-10-15
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-01
Run the withlibctx.pl script
Matt Caswell
2020-09-13
Fix safestack issues in x509.h
Matt Caswell
2020-07-24
Add X509 related libctx changes.
Shane Lontis
2020-05-15
SSL: refactor ssl_cert_lookup_by_pkey() to work with provider side keys
Richard Levitte
2020-04-30
coverity 1462581 Dereference after null check
Pauli
2020-04-24
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-23
Update copyright year
Matt Caswell
2020-04-08
Use X509_STORE_CTX_new_with_libctx() in libssl
Matt Caswell
2020-03-30
Explicitly cache X509v3 extensions in libssl
Matt Caswell
2019-11-12
SSL: Document SSL_add_{file,dir,store}_cert_subjects_to_stack()
Richard Levitte
2019-11-03
X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URI
Richard Levitte
2019-09-28
Reorganize local header files
Dr. Matthias St. Pierre
2019-08-02
Replace FUNCerr with ERR_raise_data
Rich Salz
2019-07-22
Deprecate SYSerr, add new FUNCerr macro
Rich Salz
2019-07-22
Add ERR_put_func_error, and use it.
Rich Salz
2019-06-26
Move 'shared_sigalgs' from cert_st to ssl_st
Benjamin Kaduk
2019-04-29
Collapse ssl3_state_st (s3) into ssl_st
Todd Short
2018-12-06
Following the license change, modify the boilerplates in ssl/
Richard Levitte
2018-11-12
Separate ca_names handling for client and server
Matt Caswell
2018-11-10
Unbreak SECLEVEL 3 regression causing it to not accept any ciphers.
Tomas Mraz
2018-09-03
Rename SSL[_CTX]_add1_CA_list -> SSL[_CTX]_add1_to_CA_list
Richard Levitte
2018-08-22
Allow TLS-1.3 ciphersuites in @SECLEVEL=3 and above
Tomas Mraz
2018-07-18
Check that the public key OID matches the sig alg
Matt Caswell
2018-03-27
Allow NULL for some _free routines.
Rich Salz
2018-03-27
Remove some code for a contributor that we cannot find
Matt Caswell
2018-01-09
Update copyright years on all files merged since Jan 1st 2018
Richard Levitte
2018-01-08
Avoid only exact duplicates when creating the accepted CA names list
Tomas Mraz
2017-12-07
Consistent formatting for sizeof(foo)
Rich Salz
2017-10-26
Simplify the stack reservation
Paul Yang
2017-10-20
Various clean-ups
KaoruToda
2017-10-18
Remove parentheses of return.
KaoruToda
2017-10-10
crypto/x509v3/v3_utl.c, ssl/ssl_cert.c: fix Coverity problems.
Andy Polyakov
2017-09-29
Remove unnecessary #include <openssl/lhash.h> directives.
Pauli
2017-09-28
Add stack space reservations.
Pauli
[next]