| Commit message (Expand) | Author | Age | Files | Lines |
* | Make fcrypt_body() static and remove prototype. | jsing | 2024-08-31 | 2 | -6/+3 |
* | Unifdef DES_PTR, DES_RISC1 and DES_RISC2. | jsing | 2024-08-31 | 3 | -162/+3 |
* | Unifdef OPENBSD_DES_ASM. | jsing | 2024-08-31 | 2 | -10/+2 |
* | Inline and remove spr.h. | jsing | 2024-08-31 | 2 | -211/+149 |
* | Combine DES code into a smaller set of files. | jsing | 2024-08-31 | 19 | -1967/+1185 |
* | Merge fcrypt_b.c into fcrypt.c. | jsing | 2024-08-31 | 3 | -148/+136 |
* | Remove now unused ncbc_enc.c. | jsing | 2024-08-31 | 1 | -160/+0 |
* | Expand DES_ncbc_encrypt() in des_enc.c. | jsing | 2024-08-31 | 1 | -3/+80 |
* | Expand DES_cbc_encrypt() in cbc_enc.c. | jsing | 2024-08-31 | 1 | -3/+73 |
* | Update for OPENSSL_cpu_caps() now being machine independent. | jsing | 2024-08-31 | 1 | -6/+2 |
* | Make OPENSSL_cpu_caps() machine independent. | jsing | 2024-08-31 | 2 | -18/+23 |
* | major bump for libcrypto libssl and libtls | tb | 2024-08-31 | 3 | -5/+5 |
* | Bump LIBRESSL_VERSION_NUMBER | tb | 2024-08-31 | 1 | -3/+3 |
* | Remove SSL_add_compression_method | tb | 2024-08-31 | 6 | -36/+10 |
* | Expose X509_get_signature_info | tb | 2024-08-31 | 2 | -3/+2 |
* | Make X509at_* API internal | tb | 2024-08-31 | 5 | -75/+19 |
* | Unexport OPENSSL_cpuid_setup and OPENSSL_ia32cap_P | tb | 2024-08-31 | 4 | -8/+1 |
* | Zap HMAC_Init | tb | 2024-08-31 | 4 | -16/+3 |
* | Nuke the whrlpool (named after the galaxy) from orbit | tb | 2024-08-31 | 10 | -1018/+6 |
* | Remove DES_enc_{read,write} and DES_rw_mode | tb | 2024-08-31 | 5 | -101/+3 |
* | Garbage collec UI_UTIL remnants | tb | 2024-08-31 | 5 | -89/+3 |
* | Remove EVP_PKEY.*attr* API | tb | 2024-08-31 | 4 | -119/+3 |
* | Move BIT_STRING_BITNAME tables to const | tb | 2024-08-31 | 2 | -6/+6 |
* | const correct X509_LOOKUP_METHOD | tb | 2024-08-31 | 6 | -19/+19 |
* | Remove X509_REQ_{set,get}_extension_nids() | tb | 2024-08-31 | 4 | -28/+3 |
* | Make X509_VAL opaque | tb | 2024-08-31 | 3 | -7/+11 |
* | Remove X509_check_trust() and some related defines | tb | 2024-08-31 | 5 | -35/+11 |
* | Remove ERR_add_{,v}data() | tb | 2024-08-31 | 4 | -40/+3 |
* | The X509V3_CONF_METHOD goes away | tb | 2024-08-31 | 1 | -10/+1 |
* | Remove X509V3_get_string/X509V3_string_free | tb | 2024-08-31 | 2 | -19/+2 |
* | Make some more x509 conf stuff internal | tb | 2024-08-31 | 13 | -72/+42 |
* | Retire X509V3_set_conf_lhash() | tb | 2024-08-31 | 4 | -16/+3 |
* | Retire X509V3_EXT_{,CRL_,REQ_}add_conf() | tb | 2024-08-31 | 4 | -42/+3 |
* | Remove OPENSSL_load_builtin_modules | tb | 2024-08-31 | 6 | -10/+9 |
* | Unexport CONF_set_nconf() | tb | 2024-08-31 | 3 | -6/+5 |
* | Remove more CONF_* functions that are no longer needed | tb | 2024-08-31 | 4 | -153/+3 |
* | Inline last use of CONF_free() | tb | 2024-08-31 | 1 | -2/+5 |
* | Unexport NCONF_default | tb | 2024-08-31 | 5 | -8/+6 |
* | Inline NCONF_free_data in its only user | tb | 2024-08-31 | 4 | -16/+4 |
* | const correct uses of CONF_METHOD | tb | 2024-08-31 | 4 | -13/+13 |
* | Stop using conf->meth_data and make CONF_type_default const | tb | 2024-08-31 | 3 | -7/+7 |
* | Remove NCONF_WIN32 | tb | 2024-08-31 | 5 | -75/+4 |
* | Retire conf_api.h and the API therein | tb | 2024-08-31 | 8 | -146/+17 |
* | Unexport some conf layers unused outside of libcrypto | tb | 2024-08-31 | 10 | -84/+31 |
* | Make CONF_METHOD opaque | tb | 2024-08-31 | 7 | -19/+92 |
* | Remove unused {,N}CONF_dump_{bio,fp}() | tb | 2024-08-31 | 4 | -68/+3 |
* | Remove EVP_PKEY_*check again | tb | 2024-08-31 | 4 | -40/+3 |
* | Garbage collect the DH_check*_ex() API | tb | 2024-08-30 | 2 | -75/+4 |
* | Remove cross references to whirlpool | tb | 2024-08-30 | 2 | -6/+4 |
* | Revert commitid KcCtsA53F9UQzc0t: | guenther | 2024-08-30 | 1 | -5/+6 |