Age | Commit message (Expand) | Author |
2018-05-13 | Add const qualifier to the argument of X509_get_issuer_name(3) and | Theo Buehler |
2018-05-13 | Add const qualifier to the ASN1_OBJECT * parameter of | Theo Buehler |
2018-05-13 | Add a const qualifier to the ASN1_OBJECT * argument of the following: | Theo Buehler |
2018-05-01 | Convert a handful of X509_*() functions to take const as in OpenSSL. | Theo Buehler |
2018-05-01 | Fix whitespace on a few lines to reduce noise in an upcoming diff. | Theo Buehler |
2018-04-08 | Fail early if an X509_VERIFY_PARAM is poisoned - don't allow | Bob Beck |
2018-04-06 | poison for X509_VERIFY_PARAM's | Bob Beck |
2018-04-04 | Fix two bugs in X509_NAME_add_entry(3): | Ingo Schwarze |
2018-03-22 | Call strlen() if name length provided is 0, like OpenSSL does. | Bob Beck |
2018-03-20 | Provide X509_STORE_get_ex_new_index macro. | Joel Sing |
2018-03-17 | Provide X509_STORE_get0_param() | Theo Buehler |
2018-03-17 | Provide X509_OBJECT_get_type(). Instead of the X509_LOOKUP_TYPE enum | Theo Buehler |
2018-03-17 | Provide X509_NAME_ENTRY_set() | Theo Buehler |
2018-03-17 | Fix X509_get0_pubkey() - X509_get_pubkey() is a misnamed "get1" function, | Joel Sing |
2018-03-17 | Provide X509_PUBKEY_get0() by splitting X509_PUBKEY_get() and turning it | Joel Sing |
2018-03-17 | Provide X509_REVOKED_dup(). | Joel Sing |
2018-02-22 | Provide X509_chain_up_ref(). | Joel Sing |
2018-02-22 | Provide X509_STORE_get0_objects(), X509_STORE_get_ex_data() and | Joel Sing |
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 |