| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the bn_rand_interval() API a bit more ergonomic | tb | 2023-08-03 | 11 | -52/+57 |
* | Retire the bn_rand_interval() test | tb | 2023-08-03 | 2 | -115/+1 |
* | Remove unused sk/lh macros | tb | 2023-08-03 | 1 | -170/+1 |
* | More whitespace fixes from knfmt | tb | 2023-08-02 | 1 | -7/+7 |
* | Remove extraneous parentheses and fix weird whitespace. | tb | 2023-08-02 | 1 | -16/+15 |
* | Drop the _ex from BN_BLINDING_{convert,invert}_ex() | tb | 2023-08-02 | 3 | -12/+12 |
* | Remove the unused BN_BLINDING_{convert,invert}() | tb | 2023-08-02 | 2 | -16/+2 |
* | Make BN_BLINDING_{new,update}() static in bn_blind.c | tb | 2023-08-02 | 2 | -6/+4 |
* | Remove the unused flags member of BN_BLINDING | tb | 2023-08-02 | 2 | -10/+4 |
* | Remove the unused flags accessors for BN_BLINDING | tb | 2023-08-02 | 2 | -16/+2 |
* | Remove a 16 year old confusing lie | tb | 2023-08-02 | 1 | -2/+2 |
* | Remove unused prototype | tb | 2023-08-01 | 1 | -3/+1 |
* | Remove more *_options() stuff | tb | 2023-07-31 | 5 | -50/+5 |
* | Drop unused conf, pem, and x509 headers, add unistd for pledge | tb | 2023-07-29 | 1 | -4/+2 |
* | Move HAVE_FUNOPEN out of !NOPIC | tb | 2023-07-29 | 1 | -5/+1 |
* | Garbage collect rodata only used by RC4_options() | tb | 2023-07-29 | 1 | -5/+0 |
* | Add _libre_CMS_{,SignerInfo}_get_version | tb | 2023-07-29 | 1 | -0/+2 |
* | Remove {BN,idea}_options() leftovers | tb | 2023-07-29 | 3 | -6/+2 |
* | Remove BF_options() documentation | tb | 2023-07-29 | 1 | -9/+3 |
* | reinstate KNF for comment | tb | 2023-07-29 | 1 | -2/+2 |
* | Some of these functions no longer exist or are no longer public | tb | 2023-07-28 | 1 | -4/+1 |
* | DSO has left the building | tb | 2023-07-28 | 1 | -4/+1 |
* | Also remove ecdh.h use from libssl | tb | 2023-07-28 | 1 | -2/+1 |
* | Stop including ecdsa.h and ecdh.h internally | tb | 2023-07-28 | 8 | -21/+9 |
* | The CRYPTO_EX_DATA type is not opaque | tb | 2023-07-28 | 1 | -5/+2 |
* | remove X509_ATTRIBUTE_SET_it | jsg | 2023-07-28 | 1 | -14/+1 |
* | dhtest: simplify printing and make the output slightly less ugly | tb | 2023-07-28 | 1 | -34/+29 |
* | Combine ripemd into a single C file. | jsing | 2023-07-28 | 3 | -84/+20 |
* | Combine md5 into a single C file. | jsing | 2023-07-28 | 3 | -83/+20 |
* | Combine md4 into a single C file. | jsing | 2023-07-28 | 3 | -83/+20 |
* | 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 |