summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509 (follow)
Commit message (Expand)AuthorAgeFilesLines
* OpenBSD 6.7 errata 010, June 11, 2020 (6.7/010_x509.patch.sig)libressl-v3.1.3tb2020-06-101-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
* X509_LOOKUP_by_alias() now takes a 'const char str *' andtb2018-05-182-9/+9
* X509_EXTENSION_get_critical(3) now takes a 'const ASN1_OBJECT *obj' andtb2018-05-182-6/+7
* Add const qualifiers to the X509_CRL *x and ASN1_OBJECT *obj arguments oftb2018-05-182-16/+20
* Add const qualifier to the argument of X509_get_issuer_name(3) andtb2018-05-132-6/+6
* Add const qualifier to the ASN1_OBJECT * parameter oftb2018-05-132-5/+5
* Add a const qualifier to the ASN1_OBJECT * argument of the following:tb2018-05-133-12/+13
* Convert a handful of X509_*() functions to take const as in OpenSSL.tb2018-05-013-14/+15
* Fix whitespace on a few lines to reduce noise in an upcoming diff.tb2018-05-011-5/+5
* Fail early if an X509_VERIFY_PARAM is poisoned - don't allowbeck2018-04-081-8/+10
* poison for X509_VERIFY_PARAM'sbeck2018-04-063-31/+54
* Fix two bugs in X509_NAME_add_entry(3):schwarze2018-04-041-7/+4
* Call strlen() if name length provided is 0, like OpenSSL does.beck2018-03-221-1/+3
* Provide X509_STORE_get_ex_new_index macro.jsing2018-03-201-1/+5
* Provide X509_STORE_get0_param()tb2018-03-172-2/+9
* Provide X509_OBJECT_get_type(). Instead of the X509_LOOKUP_TYPE enumtb2018-03-172-2/+9
* Provide X509_NAME_ENTRY_set()tb2018-03-172-2/+9
* Fix X509_get0_pubkey() - X509_get_pubkey() is a misnamed "get1" function,jsing2018-03-171-2/+4
* Provide X509_PUBKEY_get0() by splitting X509_PUBKEY_get() and turning itjsing2018-03-171-1/+2
* Provide X509_REVOKED_dup().jsing2018-03-171-1/+2