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
*
Make sure we use the correct SSL object when making a callback
Matt Caswell
2024-11-07
1
-1
/
+1
*
Check file name for not being NULL before opening it
Зишан Мирза
2024-09-26
1
-0
/
+9
*
ssl: rework "e_os.h" inclusions
FdaSilvaYY
2024-09-05
1
-0
/
+2
*
Copyright year updates
Tomas Mraz
2024-09-05
1
-1
/
+1
*
Speed up SSL_add_{file,dir}_cert_subjects_to_stack
Clemens Lang
2024-08-01
1
-9
/
+65
*
Remove trailing whitespace
Dimitri Papadopoulos
2024-07-22
1
-1
/
+1
*
Make ssl_cert_info read-only
Hugo Landau
2023-11-27
1
-3
/
+3
*
tls: update to structure based atomics
Pauli
2023-07-01
1
-10
/
+4
*
Fix regression of no-posix-io builds
Tomas Mraz
2023-04-25
1
-3
/
+11
*
RFC7250 (RPK) support
Todd Short
2023-03-28
1
-9
/
+46
*
Coverity 1521490: resource leak
Pauli
2023-03-15
1
-1
/
+4
*
first cut at sigalg loading
Michael Baentsch
2023-02-24
1
-19
/
+61
*
Skip subdirectories in SSL_add_dir_cert_subjects_to_stack()
olszomal
2023-02-23
1
-0
/
+14
*
Add support for compressed certificates (RFC8879)
Todd Short
2022-10-18
1
-7
/
+28
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-22
/
+20
*
SSL object refactoring using SSL_CONNECTION object
Tomas Mraz
2022-07-28
1
-33
/
+73
*
tls: ban SSL3, TLS1, TLS1.1 and DTLS1.0 at security level one and above
Pauli
2022-05-08
1
-10
/
+4
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
Add SSL_(CTX_)?get0_(verify|chain)_cert_store functions
Hugo Landau
2022-04-06
1
-0
/
+6
*
[ssl] Add SSL_kDHEPSK and SSL_kECDHEPSK as PFS ciphersuites for SECLEVEL >= 3
Nicola Tuveri
2022-03-01
1
-2
/
+3
*
[ssl] Prefer SSL_k(EC)?DHE to the SSL_kE(EC)?DH alias
Nicola Tuveri
2022-03-01
1
-1
/
+1
*
add OSSL_STACK_OF_X509_free() for commonly used pattern
Dr. David von Oheimb
2021-12-21
1
-6
/
+6
*
Fix invalid handling of verify errors in libssl
Matt Caswell
2021-12-14
1
-2
/
+13
*
BIO_read_filename: fix return check
Peiwei Hu
2021-11-16
1
-2
/
+2
*
Change TLS RC4 cipher strength check to be data driven.
slontis
2021-09-23
1
-3
/
+0
*
cross-reference the DH and RSA SECLEVEL to level of security mappings
Hubert Kario
2021-06-23
1
-0
/
+5
*
ssl: do not choose auto DH groups that are weaker than the security level
Pauli
2021-06-19
1
-9
/
+24
*
Fix NULL access in ssl_build_cert_chain() when ctx is NULL.
Shane Lontis
2021-03-03
1
-1
/
+1
*
Remove OPENSSL_NO_DH guards from libssl
Matt Caswell
2021-02-05
1
-2
/
+1
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1
Dr. David von Oheimb
2021-01-13
1
-1
/
+2
*
Only disabled what we need to in a no-dh build
Matt Caswell
2020-11-18
1
-4
/
+3
*
SSL: refactor all SSLfatal() calls
Richard Levitte
2020-11-11
1
-3
/
+2
*
Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-11
1
-27
/
+25
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-4
/
+4
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
1
-7
/
+7
*
Fix safestack issues in x509.h
Matt Caswell
2020-09-13
1
-3
/
+0
*
Add X509 related libctx changes.
Shane Lontis
2020-07-24
1
-13
/
+22
*
SSL: refactor ssl_cert_lookup_by_pkey() to work with provider side keys
Richard Levitte
2020-05-15
1
-10
/
+11
*
coverity 1462581 Dereference after null check
Pauli
2020-04-30
1
-1
/
+4
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+3
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Use X509_STORE_CTX_new_with_libctx() in libssl
Matt Caswell
2020-04-09
1
-2
/
+2
*
Explicitly cache X509v3 extensions in libssl
Matt Caswell
2020-03-30
1
-2
/
+11
*
SSL: Document SSL_add_{file,dir,store}_cert_subjects_to_stack()
Richard Levitte
2019-11-12
1
-39
/
+3
*
X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URI
Richard Levitte
2019-11-03
1
-0
/
+74
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Replace FUNCerr with ERR_raise_data
Rich Salz
2019-08-02
1
-2
/
+3
*
Deprecate SYSerr, add new FUNCerr macro
Rich Salz
2019-07-22
1
-1
/
+1
*
Add ERR_put_func_error, and use it.
Rich Salz
2019-07-22
1
-1
/
+1
[next]