Age | Commit message (Expand) | Author |
2024-08-31 | Update for OPENSSL_cpu_caps() now being machine independent. | Joel Sing |
2024-08-31 | Make OPENSSL_cpu_caps() machine independent. | Joel Sing |
2024-08-31 | major bump for libcrypto libssl and libtls | Theo Buehler |
2024-08-31 | Bump LIBRESSL_VERSION_NUMBER | Theo Buehler |
2024-08-31 | Remove SSL_add_compression_method | Theo Buehler |
2024-08-31 | Expose X509_get_signature_info | Theo Buehler |
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 |