| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 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 |
* | Fix a return value confusion in chacha20_poly1305_cipher() | tb | 2023-12-15 | 1 | -2/+2 |
* | Disallow ciphers with EVP_CIPH_FLAG_CUSTOM_CIPHER in CMAC | tb | 2023-12-15 | 1 | -1/+8 |
* | Document EVP_Cipher() in code | tb | 2023-12-15 | 1 | -1/+13 |
* | Move EVP_Cipher() from evp_lib.c to evp_enc.c | tb | 2023-12-15 | 2 | -9/+9 |
* | Clean up includes | tb | 2023-12-15 | 1 | -6/+4 |
* | Neuter EVP_PKEY_asn1_add{0,_alias}() | tb | 2023-12-15 | 1 | -42/+10 |
* | Hoist OBJ_sn2nid() over OBJ_ln2nid() | tb | 2023-12-15 | 1 | -17/+17 |
* | Coverity rightly points out that an unsigned int is always >= 0 | tb | 2023-12-15 | 1 | -4/+4 |
* | OBJ_create: sorry Omar, aobj is a better name than op | tb | 2023-12-14 | 1 | -5/+5 |
* | OBJ_create: use a nid variable to avoid nested function call | tb | 2023-12-14 | 1 | -3/+4 |
* | OBJ_create: malloc() -> calloc() | tb | 2023-12-14 | 1 | -2/+2 |
* | OBJ_create: test and assign as usual | tb | 2023-12-14 | 1 | -7/+7 |
* | OBJ_create: initialize buf and turn function into single exit | tb | 2023-12-14 | 1 | -4/+5 |
* | OBJ_create: rename ok to ret and make it last declaration | tb | 2023-12-14 | 1 | -4/+4 |
* | OBJ_create(): rename i to len | tb | 2023-12-14 | 1 | -8/+8 |
* | OBJ_create(): remove pointless parentheses | tb | 2023-12-14 | 1 | -4/+4 |
* | OBJ_create(): remove useless cast | tb | 2023-12-14 | 1 | -2/+2 |
* | OPENSSL_assert() that the passed nid is within range | tb | 2023-12-14 | 1 | -1/+7 |
* | Bump OPENSSL_showfatal() from LOG_INFO to LOG_CONS | tb | 2023-12-14 | 1 | -2/+2 |
* | Move the txt to obj/nid conversions a bit down. | tb | 2023-12-14 | 1 | -42/+42 |
* | Dedup OBJ_nid2{obj,sn,ln}() | tb | 2023-12-14 | 1 | -49/+9 |
* | Simplify OBJ_nid2obj() | tb | 2023-12-14 | 1 | -23/+26 |
* | Simplify OBJ_nid2sn() | tb | 2023-12-14 | 1 | -23/+26 |
* | Simplify OBJ_nid2ln() | tb | 2023-12-14 | 1 | -23/+26 |
* | Fix sk_deep_copy() implementation | tb | 2023-12-14 | 1 | -32/+22 |