summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Provide X509_chain_up_ref().jsing2018-02-222-2/+21
* Provide X509_STORE_get0_objects(), X509_STORE_get_ex_data() andjsing2018-02-222-2/+23
* Provide X509_OBJECT_get0_X509() and X509_OBJECT_get0_X509_CRL().jsing2018-02-222-3/+20
* Provide X509_STORE_up_ref().jsing2018-02-222-4/+13
* Provide X509_STORE_CTX_get0_chain() and X509_STORE_CTX_get0_store().jsing2018-02-222-4/+20
* Provide X509_get0_tbs_sigalg().jsing2018-02-222-3/+10
* Provide X509_set1_notBefore() and X509_set1_notAfter().jsing2018-02-222-2/+16
* Provide X509_get0_pubkey().jsing2018-02-222-4/+11
* Provide X509_CRL_set1_lastUpdate() and X509_CRL_set1_nextUpdate().jsing2018-02-222-2/+16
* Provide X509_CRL_get0_extensions() and X509_CRL_get_signature_nid().jsing2018-02-221-1/+5
* Provide X509_CRL_up_ref().jsing2018-02-222-2/+11
* Provide X509_REQ_get_signature_nid().jsing2018-02-221-1/+3
* Provide X509_REVOKED_get0_extensions(), X509_REVOKED_get0_revocationDate()jsing2018-02-222-3/+24
* Provide X509_NAME_get0_der().jsing2018-02-201-1/+2
* Provide X509_REQ_get0_signature()jsing2018-02-201-1/+4
* Provide X509_CRL_get0_{last,next}Update() and X509_CRL_get0_signature().jsing2018-02-201-1/+6
* Provide X509_get0_extensions() and X509_get0_signature()jsing2018-02-172-3/+11
* Provide X509_STORE_CTX_get0_{cert,untrusted}() andjsing2018-02-142-3/+31
* Provide X509_get{0,m}_not{Before,After}().jsing2018-02-142-5/+37
* Provide X509_get_signature_nid().jsing2018-02-141-1/+3
* Expose X509_VERIFY_PARAM_* functions that appeared in the OpenSSL 1.0.2jsing2018-02-101-1/+16
* Please variable decl before code.deraadt2017-12-091-2/+2
* Make the symbol for ASN1_time_tm_clamp_notafter visible so libtlsbeck2017-08-271-1/+3
* Add ability to clamp a notafter to values representable in a 32 bit time_tbeck2017-08-131-5/+21
* Revert previous change that forced consistency between return value andbeck2017-04-281-10/+2
* revert previous accidental commitbeck2017-04-281-2/+10
* *** empty log message ***beck2017-04-281-10/+2
* Kill leak introduced with refactorbeck2017-02-051-3/+6
* Send the function codes from the error functions to the bit bucket,beck2017-01-2915-178/+98
* fix bogus commentbeck2017-01-211-2/+2
* Make return value of X509_verify_cert be consistent with the error code,beck2017-01-211-2/+10