| Commit message (Expand) | Author | Files | Lines |
2023-07-28 | dhtest: simplify printing and make the output slightly less ugly | tb | 1 | -34/+29 |
2023-07-28 | Combine ripemd into a single C file. | jsing | 3 | -84/+20 |
2023-07-28 | Combine md5 into a single C file. | jsing | 3 | -83/+20 |
2023-07-28 | Combine md4 into a single C file. | jsing | 3 | -83/+20 |
2023-07-28 | bump libcrypto, libssl, libtls majors | tb | 3 | -3/+3 |
2023-07-28 | Two files did not want to go away. Go! | tb | 2 | -0/+0 |
2023-07-28 | Remove various ${thing}_options | tb | 12 | -224/+7 |
2023-07-28 | Remove more ASN1_BIT_STRING API | tb | 5 | -72/+3 |
2023-07-28 | Remove ASN1_BIT_STRING_check | tb | 5 | -35/+3 |
2023-07-28 | Provide CMS{,_SignerInfo}_get_version | tb | 4 | -3/+53 |
2023-07-28 | Remove sk_nid_triple_*() | tb | 1 | -23/+1 |
2023-07-28 | Remove OBJ_add_sigid() and OBJ_sigid_free() | tb | 5 | -24/+3 |
2023-07-28 | Remove more ERR cruft | tb | 5 | -40/+3 |
2023-07-28 | Remove ERR_{get,set}_implementation() | tb | 6 | -48/+6 |
2023-07-28 | Make ex_data implementations internal | tb | 6 | -114/+41 |
2023-07-28 | Remove BUF_[a-z]* API | tb | 4 | -104/+2 |
2023-07-28 | Drop BIO_n{read,write}{,0}() | tb | 4 | -268/+3 |
2023-07-28 | Remove the get_rfc*_prime_*() API | tb | 5 | -91/+3 |
2023-07-28 | Make BN_BLINDING internal | tb | 11 | -79/+33 |
2023-07-28 | Remove ASN1_bn_print() and ASN1_buf_print() | tb | 6 | -160/+3 |
2023-07-28 | Make ASN1_{primitive,template}_* internal | tb | 10 | -63/+16 |
2023-07-28 | Make ASN.1 BIO internal | tb | 9 | -84/+15 |
2023-07-28 | Set OPENSSL_NO_ENGINE, remove engine code | tb | 33 | -4967/+9 |
2023-07-28 | Drop DSO and define OPENSSL_NO_DSO | tb | 12 | -1588/+5 |
2023-07-28 | Drop the comp module | tb | 10 | -958/+5 |
2023-07-28 | Remove some unneeded includes from ecdh.c | tb | 1 | -4/+1 |
2023-07-28 | Pull up zeroing of out; drop unnecessary check | tb | 1 | -4/+3 |
2023-07-28 | Rename buflen to buf_len, use calloc/freezero | tb | 1 | -7/+8 |
2023-07-28 | Move KDF handling to ECDH_compute_key() | tb | 5 | -47/+73 |
2023-07-28 | Merge ecdh.h into ec.h | tb | 4 | -124/+12 |
2023-07-28 | Excise ECDH_METHOD | tb | 13 | -369/+9 |
2023-07-28 | Remove ECDH errors | tb | 6 | -123/+3 |
2023-07-28 | Remove some unneeded includes from ecdsa.h | tb | 1 | -5/+1 |
2023-07-28 | Merge ecdsa.h into ec.h | tb | 4 | -186/+70 |
2023-07-28 | Remove ECDSA_METHOD | tb | 13 | -345/+9 |
2023-07-28 | Remove ecs_err.c | tb | 7 | -132/+4 |
2023-07-28 | Place public ECDSA API next to the internal methods | tb | 1 | -51/+48 |
2023-07-28 | Remove ECDSA_{do_,}sign_ex() | tb | 1 | -57/+20 |
2023-07-28 | Make extended ECDSA signing routines internal | tb | 5 | -25/+14 |
2023-07-28 | Remove ASN1_BIT_STRING_set doco | tb | 1 | -42/+2 |
2023-07-28 | Remove stale .Xr missed in previous | tb | 1 | -3/+2 |
2023-07-28 | Remove ASN1_BIT_STRING_num_asc.3 | tb | 3 | -151/+3 |
2023-07-27 | Prepare the ssltest for the upcoming bump | tb | 1 | -1/+8 |
2023-07-27 | Remove antiquated options output | tb | 3 | -44/+7 |
2023-07-27 | Annotate bogus output as incorrect | tb | 1 | -1/+2 |
2023-07-27 | Fix two mandoc -Tlint warnings left in previous | tb | 1 | -4/+3 |
2023-07-27 | Fix typo | tb | 1 | -3/+3 |
2023-07-26 | Prepare this test for the upcoming bump | tb | 1 | -1/+3 |
2023-07-26 | Remove comment containing an outdated path | tb | 1 | -2/+1 |
2023-07-26 | Remove ERR_get_{err_state,string}_table documentation | tb | 1 | -6/+2 |