summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mark two symbols as intentionally undocumentedschwarze2024-12-091-1/+3
* insert a forgotten .Dv macroschwarze2024-12-091-3/+3
* Mark four EVP control constants as intentionally undocumentedschwarze2024-12-091-2/+3
* Mark the constants EVP_PK_*, EVP_PKS_*, and EVP_PKT_* as intentionallyschwarze2024-12-091-2/+7
* Mark EVP_CTRL constants for RC5 as intentionally undocumentedschwarze2024-12-091-0/+1
* Move the algorithm-specific functions EVP_rc2_*(3) out of EVP_EncryptInit(3)schwarze2024-12-084-55/+214
* Document the low-level rc2.h API.schwarze2024-12-072-2/+198
* ec_mult: forgot to make one helper statictb2024-12-071-2/+2
* Move initialization of sign out of the middle of bits handlingtb2024-12-071-3/+3
* Rename ec_wNAF_mul() to ec_wnaf_mul()tb2024-12-063-7/+7
* ec_mult: manage wNAF data in a structtb2024-12-061-86/+131
* Adjust the return type and value of EVP_MD_CTX_init(3)schwarze2024-12-062-7/+12
* Delete the manual pages EVP_PKEY_meth_new(3) and EVP_PKEY_meth_get0_info(3)schwarze2024-12-0618-776/+60
* Delete the manual page EVP_PKEY_check(3).schwarze2024-12-065-158/+5
* Delete the manual page EVP_PKEY_asn1_new(3).schwarze2024-12-0614-566/+30
* Provide a SHA-1 assembly implementation for amd64 using SHA-NI.jsing2024-12-063-2/+179
* Explain what "EVP" is supposed to mean.schwarze2024-12-061-2/+16
* Fix previous and thus regress failures reported by antontb2024-12-061-2/+3
* ec_asn1: update a comment to match realitytb2024-12-061-2/+2
* Set nid on group decoded from EC parameterstb2024-12-063-7/+14
* Zap a trailing spacetb2024-12-052-4/+4
* Make the DSS_prime_checks macro internaltb2024-12-052-11/+12
* Remove the undocumented DSA_is_prime() macrotb2024-12-051-3/+1
* document the #define'd constant PKCS5_SALT_LENschwarze2024-12-051-4/+6
* drop comments asking for documentation of three ASN1_PKEY_CTRL_CMS_*schwarze2024-12-051-5/+2
* Mark three EVP_PKEY control constants for CMS as intentionally undocumentedschwarze2024-12-051-0/+2
* mark three more EVP_PKEY control constants as intentionally undocumentedschwarze2024-12-051-0/+3
* ignore DECLARE_PKCS12_STACK_OF such that pkcs12.h can be parsedschwarze2024-12-051-0/+1
* Apply a little bit of lipstick to PKCS7tb2024-12-051-3/+7
* Use ASIdentifiers rather than struct ASIdentifiers_sttb2024-12-041-2/+2
* Another now unused perlasm script can bite the dust.jsing2024-12-041-1267/+0
* Provide a replacement assembly implementation for SHA-1 on amd64.jsing2024-12-043-2/+345
* Annotate WTLS7 as being wrongtb2024-12-041-1/+2
* Fix up authority and subject key identifiers in force pubkey modetb2024-12-041-8/+133
* Fix debug output for http headerstb2024-12-041-5/+4
* Meant to split the sentence in twotb2024-11-301-3/+3
* Be a bit more precise on the error conditions of CMS_get1_{certs,crls}()tb2024-11-301-3/+4
* Explain how to free the stack returned by CMS_get1_{certs,crls}()tb2024-11-301-2/+9
* Inline trivial EC point methodstb2024-11-303-95/+23
* Get BNs Z coordinates from the BN_CTXtb2024-11-301-8/+3
* Improve ec_points_make_affine()tb2024-11-301-119/+93
* openssl speed: stop trying to use small curvestb2024-11-301-25/+11
* Don't leak the abuf on error in PKCS7_dataFinal()tb2024-11-301-1/+2
* Remove X9.42 DH rudimentstb2024-11-293-19/+7
* Provide an example of signing with HMAC-SHA256 or Ed25519schwarze2024-11-291-3/+67
* Mark six EVP_PKEY control constants as intentionally undocumentedschwarze2024-11-291-0/+4
* Mark nine unused EVP constants as intentionally undocumented.schwarze2024-11-291-5/+10
* Remove weird pad member that was never set to zero after malloc() sotb2024-11-293-12/+3
* Make a comment match reality bettertb2024-11-261-1/+1
* Unify checking for the asn1_flagtb2024-11-252-4/+4