summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Now that the DH is sensibly called dh instead of a, we can also renametb2023-08-121-10/+10
* a is a silly name for a DHtb2023-08-121-14/+14
* Use printf for consistencytb2023-08-121-5/+5
* Check that {DH,DSA}_get0_engine() returns NULL if OPENSSL_NO_ENGINE istb2023-08-122-2/+16
* Convert {DH,DSA}_new_method() to using calloc()tb2023-08-122-83/+54
* Add regress coverage for DH and for DSA parameterstb2023-08-111-2/+267
* Merge various improvements from the OpenSSL 1.1 branch,schwarze2023-08-111-13/+148
* Stop including md32_common.h.jsing2023-08-111-15/+1
* Demacro sha256.jsing2023-08-111-49/+114
* Improve variable names in {dh,dsa}_{pub,priv}_{de,en}code()tb2023-08-112-114/+114
* Use params{,_len} in {dh,dsa}_params_{en,de}code()tb2023-08-112-10/+10
* Use key/key_len in old_dsa_priv_{en,de}code()tb2023-08-111-5/+5
* Add back an empty line that I didn't really want to removetb2023-08-111-1/+2
* Align dh and dsa decoding functions with encodingtb2023-08-112-142/+173
* Rename env_md{,_ctx}_st to evp_md{,_ctx}_sttb2023-08-112-6/+6
* Use EVP_MD in HKDF() and HKDF_extract() prototypestb2023-08-111-5/+5
* Move EC_KEY and EC_KEY_METHOD typedefs to ossl_typ.htb2023-08-112-5/+5
* Convert {dh,dsa}_{pub,priv}_encode() to single exittb2023-08-102-84/+94
* Add the missing ".Nm X509_STORE_CTX_check_issued_fn" to the NAME sectionschwarze2023-08-101-2/+4
* Clean up {dh,dsa}_pub_encode()tb2023-08-102-46/+54
* Fix a leak in rsa_pub_encode()tb2023-08-101-12/+19
* In x509_vfy.h rev. 1.60 and rev. 1.62 (April 2023), tb@ providedschwarze2023-08-101-26/+51
* Remove now unnecessary 'do {} while (0);' and move variable declaration.jsing2023-08-101-5/+2
* Expand HASH_MAKE_STRING.jsing2023-08-101-13/+13
* Remove MD32_XARRAY remnants.jsing2023-08-101-4/+1
* Reorder functions.jsing2023-08-101-119/+119
* Implement MD5_{Update,Transform,Final}() directly in md5.c.jsing2023-08-101-1/+103
* Tidy includes.jsing2023-08-102-8/+3
* Mop up the last MD32_XARRAY.jsing2023-08-101-197/+187
* Inline the remaining 10 lines from rmdconst.h.jsing2023-08-102-75/+12
* Inline X variables definitions.jsing2023-08-102-345/+175
* Inline shift values.jsing2023-08-102-330/+170
* Apply some more style(9).jsing2023-08-101-170/+171
* Various fixes in {dh,dsa}_priv_encode()tb2023-08-102-40/+48
* rsa_priv_encode: plug leak on PKCS8_pkey_set0() failuretb2023-08-101-15/+19
* Improve byte order handling in gcm128.jsing2023-08-101-329/+44
* Remove MD32_REG_T.jsing2023-08-106-48/+16
* Add the forgotten .In lineschwarze2023-08-091-3/+4
* In objects.h rev. 1.14 and 1.15 (Jan 2022), tb@ providedschwarze2023-08-091-5/+65
* Rework BN_BLINDING to use pthread_t directlytb2023-08-093-28/+18
* Merge remainder of rsa_crpt.c into rsa_eay.ctb2023-08-093-130/+55
* Move RSA blinding API from rsa_crpt.c to rsa_blinding.ctb2023-08-092-102/+102
* Move RSA_blinding_{on,off}() to the bottom of the filetb2023-08-091-29/+29
* Move bn_blind.c to rsa_blinding.ctb2023-08-094-13/+14
* Make declaration and definition of BN_BLINDING_new() match.tb2023-08-092-4/+4
* Merge BN_BLINDING_create_param() into BN_BLINDING_new()tb2023-08-093-33/+16
* Set up the blinding factors on first usetb2023-08-091-27/+14
* Remove retry loop in BN_BLINDING_setup()tb2023-08-091-24/+5
* Compute a square using BN_mod_sqr() instead of BN_mod_mul()tb2023-08-091-3/+3
* Simplify BN_BLINDING_invert()tb2023-08-091-14/+5