Age | Commit message (Expand) | Author |
2024-08-31 | Make X509at_* API internal | Theo Buehler |
2024-08-31 | Unexport OPENSSL_cpuid_setup and OPENSSL_ia32cap_P | Theo Buehler |
2024-08-31 | Zap HMAC_Init | Theo Buehler |
2024-08-31 | Nuke the whrlpool (named after the galaxy) from orbit | Theo Buehler |
2024-08-31 | Remove DES_enc_{read,write} and DES_rw_mode | Theo Buehler |
2024-08-31 | Garbage collec UI_UTIL remnants | Theo Buehler |
2024-08-31 | Remove EVP_PKEY.*attr* API | Theo Buehler |
2024-08-31 | Move BIT_STRING_BITNAME tables to const | Theo Buehler |
2024-08-31 | const correct X509_LOOKUP_METHOD | Theo Buehler |
2024-08-31 | Remove X509_REQ_{set,get}_extension_nids() | Theo Buehler |
2024-08-31 | Make X509_VAL opaque | Theo Buehler |
2024-08-31 | Remove X509_check_trust() and some related defines | Theo Buehler |
2024-08-31 | Remove ERR_add_{,v}data() | Theo Buehler |
2024-08-31 | The X509V3_CONF_METHOD goes away | Theo Buehler |
2024-08-31 | Remove X509V3_get_string/X509V3_string_free | Theo Buehler |
2024-08-31 | Make some more x509 conf stuff internal | Theo Buehler |
2024-08-31 | Retire X509V3_set_conf_lhash() | Theo Buehler |
2024-08-31 | Retire X509V3_EXT_{,CRL_,REQ_}add_conf() | Theo Buehler |
2024-08-31 | Remove OPENSSL_load_builtin_modules | Theo Buehler |
2024-08-31 | Unexport CONF_set_nconf() | Theo Buehler |
2024-08-31 | Remove more CONF_* functions that are no longer needed | Theo Buehler |
2024-08-31 | Inline last use of CONF_free() | Theo Buehler |
2024-08-31 | Unexport NCONF_default | Theo Buehler |
2024-08-31 | Inline NCONF_free_data in its only user | Theo Buehler |
2024-08-31 | const correct uses of CONF_METHOD | Theo Buehler |
2024-08-31 | Stop using conf->meth_data and make CONF_type_default const | Theo Buehler |
2024-08-31 | Remove NCONF_WIN32 | Theo Buehler |
2024-08-31 | Retire conf_api.h and the API therein | Theo Buehler |
2024-08-31 | Unexport some conf layers unused outside of libcrypto | Theo Buehler |
2024-08-31 | Make CONF_METHOD opaque | Theo Buehler |
2024-08-31 | Remove unused {,N}CONF_dump_{bio,fp}() | Theo Buehler |
2024-08-31 | Remove EVP_PKEY_*check again | Theo Buehler |
2024-08-30 | Garbage collect the DH_check*_ex() API | Theo Buehler |
2024-08-30 | Remove cross references to whirlpool | Theo Buehler |
2024-08-30 | Revert commitid KcCtsA53F9UQzc0t: | Philip Guenther |
2024-08-29 | Remove documentation of EVP_whirlpool | Theo Buehler |
2024-08-29 | Remove documentation of ERR_add_error_{,v}data() | Theo Buehler |
2024-08-29 | HMAC_Init() is dead. Long live HMAC_Init_ex() | Theo Buehler |
2024-08-29 | Remove documentation of (caveat on) X509_TRUST_DEFAULT | Theo Buehler |
2024-08-29 | Remove the pkey_{,public_,param_}check() handlers | Theo Buehler |
2024-08-29 | Fix regression introduced in previous migration to strtol() by | Anton Lindqvist |
2024-08-29 | repair bizzare indents; ok tb | Theo de Raadt |
2024-08-28 | def_create(): switch from malloc() to calloc() | Theo Buehler |
2024-08-28 | libpcap: replace atoi() usage with strtonum() | Omar Polo |
2024-08-28 | libpcap: replace hand-rolled number parser with strtol | Omar Polo |
2024-08-28 | Get rid of last use of db_meth | Theo Buehler |
2024-08-28 | Remove a few obvious comments, unwrap a few lines and annotate some | Theo Buehler |
2024-08-28 | Turn X509V3_set_conf_lhash() into a noop | Theo Buehler |
2024-08-28 | Add LCRYPTO_USED(X509_get_signature_info) | Theo Buehler |
2024-08-28 | Disable X509V3_EXT{,_CRL,_REQ}_add_conf() | Theo Buehler |