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