summaryrefslogtreecommitdiff
path: root/ssl/ssl_cert.c
Commit message (Expand)AuthorAgeFilesLines
* SSL: Document SSL_add_{file,dir,store}_cert_subjects_to_stack()Richard Levitte2019-11-121-39/+3
* X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URIRichard Levitte2019-11-031-0/+74
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Replace FUNCerr with ERR_raise_dataRich Salz2019-08-021-2/+3
* Deprecate SYSerr, add new FUNCerr macroRich Salz2019-07-221-1/+1
* Add ERR_put_func_error, and use it.Rich Salz2019-07-221-1/+1
* Move 'shared_sigalgs' from cert_st to ssl_stBenjamin Kaduk2019-06-261-3/+0
* Collapse ssl3_state_st (s3) into ssl_stTodd Short2019-04-291-2/+2
* Following the license change, modify the boilerplates in ssl/Richard Levitte2018-12-061-1/+1
* Separate ca_names handling for client and serverMatt Caswell2018-11-121-6/+7
* Unbreak SECLEVEL 3 regression causing it to not accept any ciphers.Tomas Mraz2018-11-101-2/+2
* Rename SSL[_CTX]_add1_CA_list -> SSL[_CTX]_add1_to_CA_listRichard Levitte2018-09-031-2/+6
* Allow TLS-1.3 ciphersuites in @SECLEVEL=3 and aboveTomas Mraz2018-08-221-1/+2
* Check that the public key OID matches the sig algMatt Caswell2018-07-181-9/+22
* Allow NULL for some _free routines.Rich Salz2018-03-271-0/+2
* Remove some code for a contributor that we cannot findMatt Caswell2018-03-271-3/+0
* Update copyright years on all files merged since Jan 1st 2018Richard Levitte2018-01-091-1/+1
* Avoid only exact duplicates when creating the accepted CA names listTomas Mraz2018-01-081-4/+23
* Consistent formatting for sizeof(foo)Rich Salz2017-12-071-3/+3
* Simplify the stack reservationPaul Yang2017-10-261-5/+1
* Various clean-upsKaoruToda2017-10-201-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-2/+2
* crypto/x509v3/v3_utl.c, ssl/ssl_cert.c: fix Coverity problems.Andy Polyakov2017-10-101-3/+5
* Remove unnecessary #include <openssl/lhash.h> directives.Pauli2017-09-291-1/+0
* Add stack space reservations.Pauli2017-09-281-2/+6
* Move e_os.h to be the very first include.Pauli2017-08-301-4/+0
* Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli2017-08-301-1/+1
* e_os.h removal from other headers and source files.Pauli2017-08-301-1/+6
* NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte2017-08-251-4/+1
* Move certificate table to header file so it can be tested.Dr. Stephen Henson2017-07-131-13/+1
* Add certificate properties table.Dr. Stephen Henson2017-07-131-0/+38
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-201-6/+1
* Ignore dups in X509_STORE_add_*Rich Salz2017-04-201-16/+5
* Implement a new custom extensions APIMatt Caswell2017-04-071-5/+2
* Constify SSL_dup_CA_list()Dr. Stephen Henson2017-04-031-1/+1
* New certificate_authorities functionsDr. Stephen Henson2017-04-031-26/+53
* Remove obsolete version test when returning CA names.Dr. Stephen Henson2017-03-161-5/+5
* Tidy up certificate type handling.Dr. Stephen Henson2017-02-241-6/+5
* Replace SSL_PKEY_RSA_ENC, SSL_PKEY_RSA_SIGNDr. Stephen Henson2017-02-101-1/+1
* Convert Sigalgs processing to use intsMatt Caswell2017-01-101-4/+7
* Create Certificate messages in TLS1.3 formatMatt Caswell2017-01-061-110/+0
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-171-1/+1
* Style tweaks following review feedbackMatt Caswell2016-09-201-1/+1
* Convert Certificate message construction to WPACKETMatt Caswell2016-09-201-25/+13
* Indent ssl/Emilia Kasper2016-08-181-23/+18
* Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte2016-07-191-2/+5
* Fix broken loading of client CAsAndreas Karlsson2016-07-021-2/+1
* Add checks on sk_TYPE_push() returned resultFdaSilvaYY2016-06-231-8/+20
* Fix ssl_cert_set0_chain invalid pointerTodd Short2016-05-271-1/+1
* Fix some malloc failure crashes on X509_STORE_CTX_set_ex_dataFdaSilvaYY2016-05-231-1/+3