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