Age | Commit message (Expand) | Author |
2021-10-26 | document X509_REQ_dup(3) | Ingo Schwarze |
2021-10-26 | document d2i_X509_PUBKEY(3) and i2d_X509_PUBKEY(3); | Ingo Schwarze |
2021-10-26 | Validate Subject Alternate Names when they are being added to certificates. | Bob Beck |
2021-10-25 | sort | Theo Buehler |
2021-10-25 | new manual page EVP_PKCS82PKEY(3), also documenting EVP_PKEY2PKCS8(3) | Ingo Schwarze |
2021-10-25 | new manual page PKCS8_pkey_set0(3) | Ingo Schwarze |
2021-10-25 | Add missing RCS markers | Theo Buehler |
2021-10-25 | Zap two unused includes | Jeremie Courreges-Anglas |
2021-10-25 | document ASN1_STRING_set0(3) | Ingo Schwarze |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-10-24 | Prepare to provide a number of X509_STORE_CTX_* setters. | Theo Buehler |
2021-10-24 | Prepare to provide EVP_MD_CTX_get_md_data() | Theo Buehler |
2021-10-24 | Prepare to provide a bunch of OCSP_resp_* getters. | Theo Buehler |
2021-10-24 | Prepare to provide X509_STORE_CTX_get_num_untrusted() | Theo Buehler |
2021-10-24 | Prepare to provide BIO_get_init() | Theo Buehler |
2021-10-24 | Since tb@ added DECLARE_STACK_OF(GENERAL_NAMES) to x509v3.h in rev. 1.9 | Ingo Schwarze |
2021-10-24 | Prepare to provide X509_OBJECT_{new,free}() | Theo Buehler |
2021-10-24 | spelling; | Jason McIntyre |
2021-10-23 | Declare STACK_OF(GENERAL_NAMES) | Theo Buehler |
2021-10-23 | KNF a particularly ugly comment | Theo Buehler |
2021-10-23 | Zap trailing whitespace | Theo Buehler |
2021-10-23 | Import documentation for X509_get_extension_flags, X509_get_key_usage, | Theo Buehler |
2021-10-23 | Import documentation for X509_SIG_get{0,m} from OpenSSL. Will be linked | Theo Buehler |
2021-10-23 | tweak previous: add missing OpenBSD CVS tag | Ingo Schwarze |
2021-10-23 | Prepare to make many of the structs in x509.h opaque. | Theo Buehler |
2021-10-23 | Prepare to provide X509_re_X509*_tbs() | Theo Buehler |
2021-10-23 | Prepare to provide X509_get_extension_flags() | Theo Buehler |
2021-10-23 | Prepare to provide X509_SIG_get{0,m}. | Theo Buehler |
2021-10-23 | Add back the fips mode test functions, new stuff requires this. | Bob Beck |
2021-10-22 | Prepare to provide X509_get_{extended_,}key_usage() | Theo Buehler |
2021-10-22 | Switch from u_int and u_char to u32 and u8 to avoid portability issues. | Theo Buehler |
2021-10-22 | Prepare to provide X509_REQ_pubkey_get0() | Theo Buehler |
2021-10-22 | new manual page EVP_PKEY_add1_attr(3) documenting nine functions | Ingo Schwarze |
2021-10-22 | new manual page X509at_add1_attr(3) | Ingo Schwarze |
2021-10-22 | fix a gratuitiously different argument name | Ingo Schwarze |
2021-10-22 | new manual page X509at_get_attr(3) | Ingo Schwarze |
2021-10-21 | Simplify the description of RETURN VALUES. | Ingo Schwarze |
2021-10-21 | Simplify a return value check for X509_STORE_get_by_subject() now | Theo Buehler |
2021-10-21 | Set enc.modified if the X509_REQ is going to be modified. | Theo Buehler |
2021-10-21 | new manual page X509_ATTRIBUTE_set1_object(3) | Ingo Schwarze |
2021-10-21 | Sync parts of X509_STORE_get_by_subject() with OpenSSL | Theo Buehler |
2021-10-21 | Prepare to make X509 opaque. | Theo Buehler |
2021-10-21 | Add XKU_ANYEKU #define and use it to cache the anyExtendedKeyUsage | Theo Buehler |
2021-10-21 | Prepare to provide X509_get_X509_PUBKEY() as a function. | Theo Buehler |
2021-10-21 | Bump to LibreSSL 3.5.0 | Theo Buehler |
2021-10-20 | document ASN1_STRING_set_by_NID(3) | Ingo Schwarze |
2021-10-20 | new manual page ASN1_mbstring_copy(3) | Ingo Schwarze |
2021-10-20 | new manual page X509_ATTRIBUTE_get0_object(3) | Ingo Schwarze |
2021-10-20 | document X509_ATTRIBUTE_create(3) and X509_ATTRIBUTE_dup(3) | Ingo Schwarze |
2021-10-19 | document X509_get_pubkey_parameters(3) in a new manual page | Ingo Schwarze |