summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2024-08-24More precision on what exactly OCSP_id_cmp and OCSP_issuer_id_cmp compare.Theo Buehler
2024-08-24conf_def.c: add two trailing commasTheo Buehler
2024-08-24X509at_get_attr: zap trailing comma.Theo Buehler
2024-08-24LibreSSL no longer supports adding X.501 attributes to an EVP_PKEYTheo Buehler
2024-08-24Switch UI_UTIL_read_pw* to LCRYPTO_UNUSED()Theo Buehler
2024-08-24Neuter the completely broken UI_UTIL_read_pw* APITheo Buehler
2024-08-24Remove documentation of UI_UTIL_read_pw*Theo Buehler
2024-08-22PKCS12_create(3): remove Xr to EVP_PKEY_add1_attr(3)Theo Buehler
2024-08-22Garbage collect unused attributes member from EVP_PKEYTheo Buehler
2024-08-22Remove copy_bag_attr()Theo Buehler
2024-08-22Neuter EVP_PKEY_add1_attr_by_NID()Theo Buehler
2024-08-18conf_def.c: shuffle things into a slightly more sensibleTheo Buehler
2024-08-18Remove documentation for X509_REQ_[gs]et_extension_nidsTheo Buehler
2024-08-17Zap a trailing comma to appease mandoc -TlintTheo Buehler
2024-08-17Remove docs of various X509_TRUST "functionality" that no longer existsTheo Buehler
2024-08-11Provide and use crypto_arch.h.Joel Sing
2024-08-10Remove the empty ui_compat.hTheo Buehler
2024-08-08ct.h: move two asterisks to the proper placeTheo Buehler
2024-08-08ui_util.c needs stdio.h and ui.h, but not ui_compat.h and ui_local.hTheo Buehler
2024-08-04x509_vfy.c: drop some unnecessary parenthesesTheo Buehler
2024-08-03The EC_KEY method should use the EC_KEY index, not RSATheo Buehler
2024-08-03Bump CRYPTO_EX_DATA_MAX_INDEX to 32Theo Buehler
2024-08-03Use proper size for allocating indexesTheo Buehler
2024-08-02free class->indexes in CRYPTO_cleanup_all_ex_data()Theo Buehler
2024-08-02Rewrite CRYPTO_EX_DATA.Joel Sing
2024-07-29typo: regresss -> regressTheo Buehler
2024-07-26Mark X509at_get_attr{,_count}() and X509at_delete_attr() as unusedTheo Buehler
2024-07-26Disable X509at_get_attr{,_count}() and X509at_delete_attr()Theo Buehler
2024-07-26Inline last user of X509at_get_attr()Theo Buehler
2024-07-26Inline trivial X509at_* calls in x509_reqTheo Buehler
2024-07-26Inline a few trivial X509at_* calls in cmsTheo Buehler
2024-07-26Put opening brace on correct lineTheo Buehler
2024-07-24BUF_MEM_new.3: add a touch of KNFTheo Buehler
2024-07-21Add back a .Theo Buehler
2024-07-21Unify description of the obsolete ENGINE parameterTheo Buehler
2024-07-21Drop ENGINE from EVP_PKEY_derive exampleTheo Buehler
2024-07-21Garbage collect ENGINE "use" from EVP_PKEY_decrypt() exampleTheo Buehler
2024-07-21Make example slightly less terrible by dropping the ENGINE "handling"Theo Buehler
2024-07-15Switch the EVP_PKEY_*attr* API to LCRYPTO_UNUSED()Theo Buehler
2024-07-15Fix PKCS12_create()Theo Buehler
2024-07-14Rewrite EVP_PKEY_add1_attr_by_NID()Theo Buehler
2024-07-14Disable most EVP_PKEY_*attr* APITheo Buehler
2024-07-14Remove lhash_local.h.Joel Sing
2024-07-14"please refer" -> "refer"Jonathan Gray
2024-07-13Unify X.509v3 extension methodsTheo Buehler
2024-07-12Fix the horrible and undocumented behaviour of X509_check_trustBob Beck
2024-07-12Clean up in X509_check_trust.Bob Beck
2024-07-12Drop the unused evp includeTheo Buehler
2024-07-12Rename the sk in this file to extsTheo Buehler
2024-07-12Avoid using ret for an X509_EXTENSIONTheo Buehler