summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* nuke a stray spacetb2020-09-141-2/+2
* Fix potential leak when tmpext fails to be added tobeck2020-09-141-2/+6
* remove unneeded variable "type".beck2020-09-141-6/+5
* Don't leak names on successbeck2020-09-141-1/+2
* remove unneded variable "time1"beck2020-09-141-6/+6
* remove unneded variable "time"beck2020-09-141-3/+2
* fix bug introduced on review where refactor made it possible tobeck2020-09-141-2/+2
* re-enable new x509 chain verifier as the defaultbeck2020-09-141-3/+1
* Correctly fix double free introduced on review.beck2020-09-142-3/+3
* Fix double free - review moved the pop_free of roots to x509_verify_ctx_freebeck2020-09-141-2/+1
* revert previous, need to fix a problembeck2020-09-141-1/+3
* Enable the use of the new x509 chain validator by default.beck2020-09-141-3/+1
* Add new x509 certificate chain validator in x509_verify.cbeck2020-09-139-57/+1188
* Change over to use the new x509 name constraints verification.beck2020-09-121-28/+7
* Add x509_constraints.c - a new implementation of x509 name constraints, withbeck2020-09-112-0/+1270
* Add issuer cache, to be used by upcoming changes to validation code.beck2020-09-112-0/+214
* Remove remaining error *_str_functs[]jsing2020-06-051-66/+2
* One error file per directory is plenty.jsing2020-06-052-227/+155
* Collapse the x509v3 directory into x509.jsing2020-06-0437-0/+13636
* When building a chain look for non-expired certificates first.jsing2020-05-311-8/+29
* add stdlib.h for reallocarraybcook2019-05-231-1/+2
* Fix a number of ASN1_INTEGER vs ASN1_STRING mixups coming from thetb2019-03-131-2/+2
* Typo in comment.tb2019-03-061-2/+2
* Add const to EVP_PKCS82PKEY().tb2018-08-241-2/+2
* After removing support for broken PKCS#8 formats (it was high time),tb2018-08-241-8/+5
* Remove EVP_PKEY2PKCS8_broken() and PKCS8_set_broken()tb2018-08-241-13/+8
* Provide X509_get0_serialNumber()tb2018-08-242-2/+9
* Turn a number of #defines into proper functions with prototypes matchingtb2018-08-243-17/+40
* Make X509_OBJECT_up_ref_count return an int.tb2018-08-242-9/+7
* Don't leak sktmp in X509_verify_cert().tb2018-08-191-5/+5
* Remove unnecessary NULL check from get_cert_by_subject sincelibressl-v2.8.0bcook2018-08-051-3/+3
* Add const to both arguments of X509_certificate_type() and clean uptb2018-05-302-17/+10
* Add a const qualifier to the `name' argument oftb2018-05-302-6/+8
* Add const to the obj argument of X509_NAME_add_entry_by_OBJ()tb2018-05-192-5/+5
* Add const to the 'obj' argument of X509_EXTENSION_create_by_OBJ().tb2018-05-192-5/+5
* Fix eyesore indentation of member functions of X509_LOOKUP_METHOD.tb2018-05-181-12/+11
* Add const to the 'x' and 'obj' arguments of:tb2018-05-182-14/+15
* Add const to both arguments of X509_check_private_key(3).tb2018-05-182-7/+6
* Add const to the argument of X509_ATTRIBUTE_count(3).tb2018-05-182-4/+4
* Add const qualifiers to the name and xp arguments of X509_TRUST_add(3),tb2018-05-182-10/+10
* Add const qualifiers to the x and obj qualifiers oftb2018-05-182-17/+23
* Add a const qualifier to the 'X509_NAME *' argument oftb2018-05-181-4/+6
* Add const to the 'name' argument of X509_NAME_oneline(3).tb2018-05-182-4/+4
* Add const to the 'obj' argument of X509_NAME_get_text_by_OBJ(3).tb2018-05-182-5/+5
* Add a const qualififer to the 'name' argument of X509_NAME_get_entry(3)tb2018-05-182-7/+7
* Add const to the argument of X509_NAME_entry_count().tb2018-05-182-4/+4
* The 'bytes' arguments of X509_NAME_add_entry_by_NID(3) andtb2018-05-182-6/+6
* Add a const qualifier to the 'X509_NAME_ENTRY *ne' argument oftb2018-05-182-5/+7
* Add const to the argument of X509_NAME_ENTRY_get_data(3).tb2018-05-182-4/+4
* Add const qualifiers to the 'obj' and 'bytes' arguments oftb2018-05-182-10/+10