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