| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename env_md{,_ctx}_st to evp_md{,_ctx}_st | tb | 2023-08-11 | 2 | -6/+6 |
* | Use EVP_MD in HKDF() and HKDF_extract() prototypes | tb | 2023-08-11 | 1 | -5/+5 |
* | Move EC_KEY and EC_KEY_METHOD typedefs to ossl_typ.h | tb | 2023-08-11 | 2 | -5/+5 |
* | Convert {dh,dsa}_{pub,priv}_encode() to single exit | tb | 2023-08-10 | 2 | -84/+94 |
* | Add the missing ".Nm X509_STORE_CTX_check_issued_fn" to the NAME section | schwarze | 2023-08-10 | 1 | -2/+4 |
* | Clean up {dh,dsa}_pub_encode() | tb | 2023-08-10 | 2 | -46/+54 |
* | Fix a leak in rsa_pub_encode() | tb | 2023-08-10 | 1 | -12/+19 |
* | In x509_vfy.h rev. 1.60 and rev. 1.62 (April 2023), tb@ provided | schwarze | 2023-08-10 | 1 | -26/+51 |
* | Remove now unnecessary 'do {} while (0);' and move variable declaration. | jsing | 2023-08-10 | 1 | -5/+2 |
* | Expand HASH_MAKE_STRING. | jsing | 2023-08-10 | 1 | -13/+13 |
* | Remove MD32_XARRAY remnants. | jsing | 2023-08-10 | 1 | -4/+1 |
* | Reorder functions. | jsing | 2023-08-10 | 1 | -119/+119 |
* | Implement MD5_{Update,Transform,Final}() directly in md5.c. | jsing | 2023-08-10 | 1 | -1/+103 |
* | Tidy includes. | jsing | 2023-08-10 | 2 | -8/+3 |
* | Mop up the last MD32_XARRAY. | jsing | 2023-08-10 | 1 | -197/+187 |
* | Inline the remaining 10 lines from rmdconst.h. | jsing | 2023-08-10 | 2 | -75/+12 |
* | Inline X variables definitions. | jsing | 2023-08-10 | 2 | -345/+175 |
* | Inline shift values. | jsing | 2023-08-10 | 2 | -330/+170 |
* | Apply some more style(9). | jsing | 2023-08-10 | 1 | -170/+171 |
* | Various fixes in {dh,dsa}_priv_encode() | tb | 2023-08-10 | 2 | -40/+48 |
* | rsa_priv_encode: plug leak on PKCS8_pkey_set0() failure | tb | 2023-08-10 | 1 | -15/+19 |
* | Improve byte order handling in gcm128. | jsing | 2023-08-10 | 1 | -329/+44 |
* | Remove MD32_REG_T. | jsing | 2023-08-10 | 6 | -48/+16 |
* | Add the forgotten .In line | schwarze | 2023-08-09 | 1 | -3/+4 |
* | In objects.h rev. 1.14 and 1.15 (Jan 2022), tb@ provided | schwarze | 2023-08-09 | 1 | -5/+65 |
* | Rework BN_BLINDING to use pthread_t directly | tb | 2023-08-09 | 3 | -28/+18 |
* | Merge remainder of rsa_crpt.c into rsa_eay.c | tb | 2023-08-09 | 3 | -130/+55 |
* | Move RSA blinding API from rsa_crpt.c to rsa_blinding.c | tb | 2023-08-09 | 2 | -102/+102 |
* | Move RSA_blinding_{on,off}() to the bottom of the file | tb | 2023-08-09 | 1 | -29/+29 |
* | Move bn_blind.c to rsa_blinding.c | tb | 2023-08-09 | 4 | -13/+14 |
* | Make declaration and definition of BN_BLINDING_new() match. | tb | 2023-08-09 | 2 | -4/+4 |
* | Merge BN_BLINDING_create_param() into BN_BLINDING_new() | tb | 2023-08-09 | 3 | -33/+16 |
* | Set up the blinding factors on first use | tb | 2023-08-09 | 1 | -27/+14 |
* | Remove retry loop in BN_BLINDING_setup() | tb | 2023-08-09 | 1 | -24/+5 |
* | Compute a square using BN_mod_sqr() instead of BN_mod_mul() | tb | 2023-08-09 | 1 | -3/+3 |
* | Simplify BN_BLINDING_invert() | tb | 2023-08-09 | 1 | -14/+5 |
* | Unwrap a line | tb | 2023-08-09 | 1 | -3/+2 |
* | Unwrap a line | tb | 2023-08-08 | 1 | -3/+2 |
* | Drop the unused BN_BLINDING argument of BN_BLINDING_create_param() | tb | 2023-08-08 | 3 | -14/+11 |
* | Rename ret into b in BN_BLINDING_setup() | tb | 2023-08-08 | 1 | -8/+8 |
* | Factor the actual setup step for the blinding into a helper | tb | 2023-08-08 | 1 | -30/+43 |
* | X509_STORE_CTX_get_check_issued(3) is weird. | schwarze | 2023-08-08 | 1 | -0/+9 |
* | Make BN_BLINDING respect some invariants | tb | 2023-08-08 | 1 | -48/+17 |
* | Simplify RSA_setup_blinding() | tb | 2023-08-08 | 1 | -21/+16 |
* | Remove ECDSA nonce padding kludge | tb | 2023-08-08 | 1 | -22/+1 |
* | In objects.h rev. 1.17 (Jan 14, 2022), | schwarze | 2023-08-08 | 1 | -7/+1 |
* | No need to mark BN_options() as intentionally undocumented any longer. | schwarze | 2023-08-07 | 1 | -1/+0 |
* | Mark asn1_ps_func as obsolete and intentionally undocumented. | schwarze | 2023-08-07 | 1 | -0/+1 |
* | Mark BIT_STRING_BITNAME as obsolete and intentionally undocumented. | schwarze | 2023-08-07 | 1 | -0/+1 |
* | Add a regress test exercising BIO_dup_chain() and triggering the leak | tb | 2023-08-07 | 1 | -1/+43 |