Age | Commit message (Expand) | Author |
2018-02-22 | Provide X509_OBJECT_get0_X509() and X509_OBJECT_get0_X509_CRL(). | Joel Sing |
2018-02-22 | Provide X509_STORE_up_ref(). | Joel Sing |
2018-02-22 | Provide X509_STORE_CTX_get0_chain() and X509_STORE_CTX_get0_store(). | Joel Sing |
2018-02-22 | Provide X509_get0_tbs_sigalg(). | Joel Sing |
2018-02-22 | Provide X509_set1_notBefore() and X509_set1_notAfter(). | Joel Sing |
2018-02-22 | Provide X509_get0_pubkey(). | Joel Sing |
2018-02-22 | Provide X509_CRL_set1_lastUpdate() and X509_CRL_set1_nextUpdate(). | Joel Sing |
2018-02-22 | Provide X509_CRL_get0_extensions() and X509_CRL_get_signature_nid(). | Joel Sing |
2018-02-22 | Provide X509_CRL_up_ref(). | Joel Sing |
2018-02-22 | Provide X509_REQ_get_signature_nid(). | Joel Sing |
2018-02-22 | Provide X509_REVOKED_get0_extensions(), X509_REVOKED_get0_revocationDate() | Joel Sing |
2018-02-20 | Provide X509_NAME_get0_der(). | Joel Sing |
2018-02-20 | Provide X509_REQ_get0_signature() | Joel Sing |
2018-02-20 | Provide X509_CRL_get0_{last,next}Update() and X509_CRL_get0_signature(). | Joel Sing |
2018-02-17 | Provide X509_get0_extensions() and X509_get0_signature() | Joel Sing |
2018-02-14 | Provide X509_STORE_CTX_get0_{cert,untrusted}() and | Joel Sing |
2018-02-14 | Provide X509_get{0,m}_not{Before,After}(). | Joel Sing |
2018-02-14 | Provide X509_get_signature_nid(). | Joel Sing |
2018-02-10 | Expose X509_VERIFY_PARAM_* functions that appeared in the OpenSSL 1.0.2 | Joel Sing |
2017-12-09 | Please variable decl before code. | Theo de Raadt |
2017-08-27 | Make the symbol for ASN1_time_tm_clamp_notafter visible so libtls | Bob Beck |
2017-08-13 | Add ability to clamp a notafter to values representable in a 32 bit time_t | Bob Beck |
2017-04-28 | Revert previous change that forced consistency between return value and | Bob Beck |
2017-04-28 | revert previous accidental commit | Bob Beck |
2017-04-28 | *** empty log message *** | Bob Beck |
2017-02-05 | Kill leak introduced with refactor | Bob Beck |
2017-01-29 | Send the function codes from the error functions to the bit bucket, | Bob Beck |
2017-01-21 | fix bogus comment | Bob Beck |
2017-01-21 | Make return value of X509_verify_cert be consistent with the error code, | Bob Beck |
2017-01-20 | Rework internal_verify, mostly from OpenSSL. so we can progress | Bob Beck |
2017-01-07 | Add and remove some blank lines, in order to make X509_verify_cert() | Joel Sing |
2017-01-07 | Revert part of r1.54 as there are at least two situations where we are still | Joel Sing |
2017-01-03 | Add a small bit of belt and suspenders around ERR_V_OK with X509_STORE_ctx | Bob Beck |
2017-01-03 | bring in boring's internal check_trust function to fix a bug introduced | Bob Beck |
2016-12-30 | Expand ASN1_ITEM_rptr macros - no change in generated assembly. | Joel Sing |
2016-12-27 | Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have been | Joel Sing |
2016-12-21 | Explicitly export a list of symbols from libcrypto. | Joel Sing |
2016-12-21 | Remove prototypes from the public header for X509_VERIFY_PARAM functions | Joel Sing |
2016-11-13 | Fix previous change to X509_STORE_add_{cert,crl} to not free the input | Miod Vallat |
2016-11-08 | Check for stack push failure, and correctly destroy the object we failed | Miod Vallat |
2016-11-06 | Rework X509_verify_cert to support alt chains on certificate verification, | Bob Beck |
2016-11-06 | The upcoming x509 alt chains diff tightens the trust requirements | Bob Beck |
2016-11-06 | Commit a reminder that the default is not the default. This needs to | Bob Beck |
2016-11-06 | use the correct function for free | Brent Cook |
2016-11-05 | Part one of the alt chains changes, bring in newer modifications to | Bob Beck |
2016-11-04 | make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hidden | Bob Beck |
2016-11-04 | Add X509_up_ref, from boring | Bob Beck |
2016-10-02 | In X509_cmp_time(), pass asn1_time_parse() the tag of the field being | Philip Guenther |
2016-09-04 | Expand DECLARE_ASN1_.*FUNCTIONS macros. | Joel Sing |
2016-03-21 | Return zero from two functions on allocation failure instead of always | Michael McConville |