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