summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
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
2021-05-03Fix corner case for compressed points on binary curvesTheo Buehler
2021-05-02riscv64 openssl configDale Rahn
2021-05-02Make TS_compute_imprint a bit more robust.Theo Buehler
2021-05-01Retire OpenBSD/sgi.Visa Hankala
2021-05-01bump to LibreSSL 3.4.0 in -currentBrent Cook
2021-05-01Plug leak in c2i_ASN1_OBJECTTheo Buehler
2021-05-01Prevent double free in int_TS_RESP_verify_tokenTheo Buehler
2021-04-28Revert "Handle X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE in newTheo Buehler
2021-04-27Relax SAN DNSname validation and constraints to permit non leading *Bob Beck
2021-04-24Do not leave errors on the error stack on PKCS12_parse() success.Theo Buehler
2021-04-24Enable the new verifier again so hopefully the remaining kinks get ironedTheo Buehler
2021-04-20Fix indent of EC_METHODs as requested by jsing.Theo Buehler
2021-04-20Compare pointer against NULL and fix a KNF issue.Theo Buehler
2021-04-20Prepare to provide EC_POINT_set_compressed_coordinatesTheo Buehler
2021-04-20Compare function pointers against NULL, not 0.Theo Buehler
2021-04-20Provide EC_POINT_{g,s}et_Jprojective_coordinates for internal useTheo Buehler
2021-04-20Simplify code after adding EC_POINT_{s,g}et_affine_coordinates()Theo Buehler
2021-04-20Compare function pointers against NULL, not 0.Theo Buehler
2021-04-20Prepare to provide EC_POINT_{g,s}et_affine_coordinatesTheo Buehler
2021-04-20Simplify after EC_POINT_get_curve() additionTheo Buehler
2021-04-20Compare function pointers against NULL, not 0.Theo Buehler