| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Clean up includes in cms_smime.c | tb | 2023-12-22 | 1 | -7/+14 |
* | evp_enc: make some flag checks explicit | tb | 2023-12-22 | 1 | -4/+4 |
* | Remove cleanup() and get_crl() from X509_STORE_CTX | tb | 2023-12-22 | 2 | -15/+3 |
* | Remove unused function pointers from X509_STORE | tb | 2023-12-22 | 2 | -55/+11 |
* | Remove EVP_PKEY_asn1_add{0,_alias}() documentation | tb | 2023-12-21 | 4 | -78/+14 |
* | Mark some API-to-be-removed as intentionally undocumented | tb | 2023-12-21 | 1 | -2/+6 |
* | Remove some superfluous parentheses | tb | 2023-12-21 | 1 | -3/+3 |
* | Clean up includes in cms_pwri.c | tb | 2023-12-20 | 1 | -8/+10 |
* | Use BIO_indent() for indentation in tasn_prn.c | tb | 2023-12-20 | 1 | -10/+4 |
* | Rename impl into engine | tb | 2023-12-20 | 1 | -4/+4 |
* | Rename inl to in_len throughout the file | tb | 2023-12-20 | 1 | -32/+32 |
* | Rename outl into out_len throughout the file | tb | 2023-12-20 | 1 | -32/+32 |
* | Tweak a comment a bit | tb | 2023-12-20 | 1 | -3/+3 |
* | Remove block_mask from EVP_CIPHER_CTX | tb | 2023-12-20 | 2 | -7/+15 |
* | Add some sanity checks for EVP_CIPHER_meth_new() | tb | 2023-12-20 | 1 | -1/+8 |
* | Merge p_open and p_seal into p_legacy | tb | 2023-12-20 | 4 | -247/+104 |
* | Fold p_dec.c and p_enc.c into a new p_legacy.c | tb | 2023-12-20 | 3 | -81/+16 |
* | Less confusing variable names in EVP_PKEY_{de,en}crypt_old() | tb | 2023-12-20 | 2 | -10/+10 |
* | Improve local variable names | tb | 2023-12-20 | 1 | -29/+29 |
* | Rename buf_len into partial_len in EVP_CIPHER_CTX | tb | 2023-12-20 | 2 | -11/+11 |
* | Clean up EVP_DecryptFinal_ex() | tb | 2023-12-20 | 1 | -32/+35 |
* | Clean up EVP_EncryptFinal_ex() | tb | 2023-12-20 | 1 | -16/+13 |
* | Simplify EVP_DecryptUpdate() a bit | tb | 2023-12-20 | 1 | -26/+28 |
* | Remove commented out version of EVP_SealUpdate() | tb | 2023-12-20 | 1 | -13/+1 |
* | Remove preprocessor mess in EVP_PKEY_{de,en}crypt_old() | tb | 2023-12-20 | 2 | -39/+8 |
* | Remove a changelog from 1991 | tb | 2023-12-20 | 1 | -8/+1 |
* | DES_random_key() sets the key | tb | 2023-12-20 | 3 | -71/+15 |
* | Remove commented-out code | tb | 2023-12-20 | 1 | -8/+1 |
* | A small cleanup of malloc_bytes(), getting rid of a goto and a tiny | otto | 2023-12-19 | 1 | -29/+27 |
* | cmac: use block_size rather than bl | tb | 2023-12-18 | 1 | -35/+36 |
* | Clean up EVP_PBE_CipherInit() a little | tb | 2023-12-18 | 1 | -25/+18 |
* | c2sp: replace openssl 3.0 with 3.2 support | tb | 2023-12-17 | 1 | -2/+2 |
* | ASN1_STRING_TABLE_get.3: grammar: have -> has | tb | 2023-12-16 | 1 | -2/+2 |
* | EVP_EncryptUpdate(): make block_size and block_mask const | tb | 2023-12-16 | 1 | -3/+3 |
* | First cleanup pass over EVP_EncryptUpdate() | tb | 2023-12-16 | 1 | -36/+37 |
* | Move EVP_PBE_find() next to the tables | tb | 2023-12-16 | 1 | -46/+46 |
* | Remove OBJ_bsearch_() usage from PBE | tb | 2023-12-16 | 1 | -79/+175 |
* | Using two different spellings of NULL in the same line is an achievement | tb | 2023-12-16 | 1 | -2/+2 |
* | Annotate incorrect value for ub_email_address | tb | 2023-12-16 | 2 | -3/+8 |
* | Neuter the ASN1_STRING_TABLE modification API | tb | 2023-12-16 | 1 | -133/+16 |
* | Remove call to ASN1_STRING_TABLE_cleanup() | tb | 2023-12-16 | 1 | -2/+1 |
* | asn1.h: mark a type and a bunch of macros for removal | tb | 2023-12-16 | 1 | -2/+3 |
* | Rename ASN1_STRING_TABLE_add manual to _get | tb | 2023-12-16 | 2 | -3/+3 |
* | Remove ASN1_STRING_TABLE_{add,cleanup}() documentation | tb | 2023-12-16 | 1 | -71/+14 |
* | Implement and use a do_cipher() wrapper | tb | 2023-12-16 | 1 | -59/+63 |
* | Remove the string_table test | tb | 2023-12-15 | 2 | -130/+1 |
* | Remove strings.h again | tb | 2023-12-15 | 1 | -2/+1 |
* | Remove EVP_PBE_cleanup() from EVP_cleanup() | tb | 2023-12-15 | 1 | -2/+1 |
* | Move all the neutered PBE API to the bottom of the file | tb | 2023-12-15 | 1 | -17/+17 |
* | Remove unprotected global state from EVP_PBE | tb | 2023-12-15 | 1 | -76/+8 |