summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2021-07-12new manual page X509_print_ex(3)Ingo Schwarze
2021-07-12Use the x509_verify_cert_cache_extensions fuction instead of manuallyBob Beck
2021-07-12document X509V3_extensions_print(3)Ingo Schwarze
2021-07-12document X509V3_EXT_print(3)Ingo Schwarze
2021-07-11While the traditional OpenSSL return value and behaviour of BIO_dump(3)Bob Beck
2021-07-11new manual page ASN1_parse_dump(3)Ingo Schwarze
2021-07-11document ASN1_get_object(3)Ingo Schwarze
2021-07-10Fix a read buffer overrun in X509_CERT_AUX_print(3),Ingo Schwarze
2021-07-10new manual page BIO_dump(3)Ingo Schwarze
2021-07-10Add a bunch of workarond in the verifier to support partial chains andBob Beck
2021-07-09Fix mixup between localKeyID and friendlyName.Theo Buehler
2021-07-09KNF: remove whitespace between functions and parenthesesTheo Buehler
2021-07-09new manual page for X509_keyid_set1(3), X509_keyid_get0(3),Ingo Schwarze
2021-07-08document X509_add1_reject_object(3) and X509_reject_clear(3)Ingo Schwarze
2021-07-08add new manual page for X509_add1_trust_object(3) and X509_trust_clear(3)Ingo Schwarze
2021-07-06document X509_signature_dump(3) and X509_signature_print(3)Ingo Schwarze
2021-07-06Fix a bug in X509_print_ex(3).Ingo Schwarze
2021-07-05document i2a_ASN1_OBJECT(3)Ingo Schwarze
2021-07-04document X509_find_by_subject(3) and X509_find_by_issuer_and_serial(3)Ingo Schwarze
2021-07-04Bugfix: when X509_NAME_dup(3) failed, X509_NAME_set(3) indicated successIngo Schwarze
2021-07-03Document X509_NAME_set(3).Ingo Schwarze
2021-07-02Document the read-only (sic!) accessor function X509_NAME_ENTRY_set(3).Ingo Schwarze
2021-07-02Add a roff comment saying that X509_certificate_type(3) is intentionallyIngo Schwarze
2021-07-02call the API function X509_NAME_cmp(3) instead of the obsolete,Ingo Schwarze
2021-07-02Add a roff comment saying that X509_name_cmp(3) is intentionallyIngo Schwarze
2021-06-30document and deprecate the macros X509_extract_key(3)Ingo Schwarze
2021-06-12space between macro args and punctuation;Jason McIntyre
2021-06-11space between RFC and number;Jason McIntyre
2021-06-11sync cert.pem with Mozilla's CA list generated from certdata.txtStuart Henderson
2021-06-08Fix pkg-config .pc files with LibreSSLKinichiro Inoguchi
2021-05-20EVP_Digest*: fix documented return values.Theo Buehler
2021-05-19Adjust libcrypto obj_xref.txt to obj_xref.hKinichiro Inoguchi
2021-05-14whitespace/KNFTheo Buehler
2021-05-14Improve libcrypto obj_xref.h generatorKinichiro Inoguchi
2021-05-13Add missing .Pp in HISTORY section.Theo Buehler
2021-05-13Add missing .PpTheo Buehler
2021-05-12Add obj_xref for ECDH schemes in RFC 5753Kinichiro Inoguchi
2021-05-11Merge some details from OpenSSL 1.1.1.Theo Buehler
2021-05-11missing word in previousTheo Buehler
2021-05-11Merge documentation for EVP_DigestVerify() from OpenSSL 1.1.1.Theo Buehler
2021-05-11Merge documentation for EVP_DigestSign from OpenSSL 1.1.1.Theo Buehler
2021-05-11zap stray commaTheo Buehler
2021-05-10Merge documentation for EC_GROUP_{set,get}_curve(3) from OpenSSL 1.1.1.Theo Buehler
2021-05-10Merge documentation for EC_POINT_{get,set}_coordinates andTheo Buehler
2021-05-10bump libcrypto minor after symbol additionTheo Buehler
2021-05-10Expose EVP_Digest{Sign,Verify}(3)Theo Buehler
2021-05-10Expose EC_POINT_{get,set}_affine_coordinates(3) andTheo Buehler
2021-05-10Expose EC_GROUP_{get,set}_curve(3)Theo Buehler
2021-05-09Add draft-ietf-sidrops-rpki-rsc OIDjob
2021-05-09Prepare to provide EVP_Digest{Sign,Verify}Theo Buehler