crypto/threads_pthread.c: refactor all atomics fallbacks for type safety
[openssl.git] / ssl / ssl_cert.c
2023-11-27 Hugo LandauMake ssl_cert_info read-only
2023-07-01 Paulitls: update to structure based atomics
2023-04-25 Tomas MrazFix regression of no-posix-io builds
2023-03-28 Todd ShortRFC7250 (RPK) support
2023-03-15 PauliCoverity 1521490: resource leak
2023-02-24 Michael Baentschfirst cut at sigalg loading
2023-02-23 olszomalSkip subdirectories in SSL_add_dir_cert_subjects_to_stack()
2022-10-18 Todd ShortAdd support for compressed certificates (RFC8879)
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-07-28 Tomas MrazSSL object refactoring using SSL_CONNECTION object
2022-05-08 Paulitls: ban SSL3, TLS1, TLS1.1 and DTLS1.0 at security...
2022-05-03 Matt CaswellUpdate copyright year
2022-04-06 Hugo LandauAdd SSL_(CTX_)?get0_(verify|chain)_cert_store functions
2022-03-01 Nicola Tuveri[ssl] Add SSL_kDHEPSK and SSL_kECDHEPSK as PFS ciphersu...
2022-03-01 Nicola Tuveri[ssl] Prefer SSL_k(EC)?DHE to the SSL_kE(EC)?DH alias
2021-12-21 Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-12-14 Matt CaswellFix invalid handling of verify errors in libssl
2021-11-16 Peiwei HuBIO_read_filename: fix return check
2021-09-23 slontisChange TLS RC4 cipher strength check to be data driven.
2021-06-22 Hubert Kariocross-reference the DH and RSA SECLEVEL to level of...
2021-06-19 Paulissl: do not choose auto DH groups that are weaker than...
2021-03-03 Shane LontisFix NULL access in ssl_build_cert_chain() when ctx...
2021-02-05 Matt CaswellRemove OPENSSL_NO_DH guards from libssl
2021-01-28 Richard LevitteUpdate copyright year
2021-01-13 Dr. David von OheimbAdd X509_NAME_hash_ex() to be able to check if it faile...
2020-11-18 Matt CaswellOnly disabled what we need to in a no-dh build
2020-11-11 Richard LevitteSSL: refactor all SSLfatal() calls
2020-11-11 Richard LevitteConvert all {NAME}err() in ssl/ to their corresponding...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-07-24 Shane LontisAdd X509 related libctx changes.
2020-05-15 Richard LevitteSSL: refactor ssl_cert_lookup_by_pkey() to work with...
2020-04-30 Paulicoverity 1462581 Dereference after null check
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-08 Matt CaswellUse X509_STORE_CTX_new_with_libctx() in libssl
2020-03-30 Matt CaswellExplicitly cache X509v3 extensions in libssl
2019-11-12 Richard LevitteSSL: Document SSL_add_{file,dir,store}_cert_subjects_to...
2019-11-03 Richard LevitteX509_LOOKUP_store: new X509_LOOKUP_METHOD that works...
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-08-02 Rich SalzReplace FUNCerr with ERR_raise_data
2019-07-22 Rich SalzDeprecate SYSerr, add new FUNCerr macro
2019-07-22 Rich SalzAdd ERR_put_func_error, and use it.
2019-06-26 Benjamin KadukMove 'shared_sigalgs' from cert_st to ssl_st
2019-04-29 Todd ShortCollapse ssl3_state_st (s3) into ssl_st
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-11-12 Matt CaswellSeparate ca_names handling for client and server
2018-11-10 Tomas MrazUnbreak SECLEVEL 3 regression causing it to not accept...
2018-09-03 Richard LevitteRename SSL[_CTX]_add1_CA_list -> SSL[_CTX]_add1_to_CA_list
2018-08-22 Tomas MrazAllow TLS-1.3 ciphersuites in @SECLEVEL=3 and above
2018-07-18 Matt CaswellCheck that the public key OID matches the sig alg
2018-03-27 Rich SalzAllow NULL for some _free routines.
2018-03-27 Matt CaswellRemove some code for a contributor that we cannot find
2018-01-09 Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-08 Tomas MrazAvoid only exact duplicates when creating the accepted...
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-10-26 Paul YangSimplify the stack reservation
2017-10-21 KaoruTodaVarious clean-ups
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-10 Andy Polyakovcrypto/x509v3/v3_utl.c, ssl/ssl_cert.c: fix Coverity...
2017-09-28 PauliRemove unnecessary #include <openssl/lhash.h> directives.
2017-09-27 PauliAdd stack space reservations.
2017-08-29 PauliMove e_os.h to be the very first include.
2017-08-29 PauliMove the REF_PRINT support from e_os.h to internal...
2017-08-29 Paulie_os.h removal from other headers and source files.
2017-08-25 Richard LevitteNO_SYS_TYPES_H isn't defined anywhere, stop using it...
2017-07-13 Dr. Stephen HensonMove certificate table to header file so it can be...
2017-07-13 Dr. Stephen HensonAdd certificate properties table.
2017-06-20 Rich SalzModify Sun copyright to follow OpenSSL style
2017-04-20 Rich SalzIgnore dups in X509_STORE_add_*
2017-04-07 Matt CaswellImplement a new custom extensions API
2017-04-03 Dr. Stephen HensonConstify SSL_dup_CA_list()
2017-04-03 Dr. Stephen HensonNew certificate_authorities functions
2017-03-16 Dr. Stephen HensonRemove obsolete version test when returning CA names.
2017-02-24 Dr. Stephen HensonTidy up certificate type handling.
2017-02-10 Dr. Stephen HensonReplace SSL_PKEY_RSA_ENC, SSL_PKEY_RSA_SIGN
2017-01-10 Matt CaswellConvert Sigalgs processing to use ints
2017-01-06 Matt CaswellCreate Certificate messages in TLS1.3 format
2016-11-17 Kurt RoeckxAdd support for reference counting using C11 atomics
2016-09-20 Matt CaswellStyle tweaks following review feedback
2016-09-20 Matt CaswellConvert Certificate message construction to WPACKET
2016-08-18 Emilia KasperIndent ssl/
2016-07-19 Richard LevitteChange all our uses of CRYPTO_THREAD_run_once to use...
2016-07-02 Andreas KarlssonFix broken loading of client CAs
2016-06-23 FdaSilvaYYAdd checks on sk_TYPE_push() returned result
2016-05-27 Todd ShortFix ssl_cert_set0_chain invalid pointer
2016-05-23 FdaSilvaYYFix some malloc failure crashes on X509_STORE_CTX_set_e...
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-05-16 Viktor DukhovniFold threads.h into crypto.h making API public
2016-04-28 FdaSilvaYYvarious spelling fixes
2016-04-26 Matt CaswellEnsure we check i2d_X509 return val
2016-04-15 Rich SalzMake many X509_xxx types opaque.
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-04-03 Viktor DukhovniMove peer chain security checks into x509_vfy.c
2016-03-20 Rich SalzRemove #error from include files.
2016-03-09 Kurt RoeckxConstify security callbacks
2016-03-09 Todd ShortFix locking in ssl_cert_dup()
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_SSL_* to new multi-threading API
next