summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rewrite X509V3_add_value() to a single exit idiomtb2024-08-311-19/+32
* Remove redundant COPYRIGHT file.jsing2024-08-311-50/+0
* Make fcrypt_body() static and remove prototype.jsing2024-08-312-6/+3
* Unifdef DES_PTR, DES_RISC1 and DES_RISC2.jsing2024-08-313-162/+3
* Unifdef OPENBSD_DES_ASM.jsing2024-08-312-10/+2
* Inline and remove spr.h.jsing2024-08-312-211/+149
* Combine DES code into a smaller set of files.jsing2024-08-3119-1967/+1185
* Merge fcrypt_b.c into fcrypt.c.jsing2024-08-313-148/+136
* Remove now unused ncbc_enc.c.jsing2024-08-311-160/+0
* Expand DES_ncbc_encrypt() in des_enc.c.jsing2024-08-311-3/+80
* Expand DES_cbc_encrypt() in cbc_enc.c.jsing2024-08-311-3/+73
* Update for OPENSSL_cpu_caps() now being machine independent.jsing2024-08-311-6/+2
* Make OPENSSL_cpu_caps() machine independent.jsing2024-08-312-18/+23
* major bump for libcrypto libssl and libtlstb2024-08-313-5/+5
* Bump LIBRESSL_VERSION_NUMBERtb2024-08-311-3/+3
* Remove SSL_add_compression_methodtb2024-08-316-36/+10
* Expose X509_get_signature_infotb2024-08-312-3/+2
* Make X509at_* API internaltb2024-08-315-75/+19
* Unexport OPENSSL_cpuid_setup and OPENSSL_ia32cap_Ptb2024-08-314-8/+1
* Zap HMAC_Inittb2024-08-314-16/+3
* Nuke the whrlpool (named after the galaxy) from orbittb2024-08-3110-1018/+6
* Remove DES_enc_{read,write} and DES_rw_modetb2024-08-315-101/+3
* Garbage collec UI_UTIL remnantstb2024-08-315-89/+3
* Remove EVP_PKEY.*attr* APItb2024-08-314-119/+3
* Move BIT_STRING_BITNAME tables to consttb2024-08-312-6/+6
* const correct X509_LOOKUP_METHODtb2024-08-316-19/+19
* Remove X509_REQ_{set,get}_extension_nids()tb2024-08-314-28/+3
* Make X509_VAL opaquetb2024-08-313-7/+11
* Remove X509_check_trust() and some related definestb2024-08-315-35/+11
* Remove ERR_add_{,v}data()tb2024-08-314-40/+3
* The X509V3_CONF_METHOD goes awaytb2024-08-311-10/+1
* Remove X509V3_get_string/X509V3_string_freetb2024-08-312-19/+2
* Make some more x509 conf stuff internaltb2024-08-3113-72/+42
* Retire X509V3_set_conf_lhash()tb2024-08-314-16/+3
* Retire X509V3_EXT_{,CRL_,REQ_}add_conf()tb2024-08-314-42/+3
* Remove OPENSSL_load_builtin_modulestb2024-08-316-10/+9
* Unexport CONF_set_nconf()tb2024-08-313-6/+5
* Remove more CONF_* functions that are no longer neededtb2024-08-314-153/+3
* Inline last use of CONF_free()tb2024-08-311-2/+5
* Unexport NCONF_defaulttb2024-08-315-8/+6
* Inline NCONF_free_data in its only usertb2024-08-314-16/+4
* const correct uses of CONF_METHODtb2024-08-314-13/+13
* Stop using conf->meth_data and make CONF_type_default consttb2024-08-313-7/+7
* Remove NCONF_WIN32tb2024-08-315-75/+4
* Retire conf_api.h and the API thereintb2024-08-318-146/+17
* Unexport some conf layers unused outside of libcryptotb2024-08-3110-84/+31
* Make CONF_METHOD opaquetb2024-08-317-19/+92
* Remove unused {,N}CONF_dump_{bio,fp}()tb2024-08-314-68/+3
* Remove EVP_PKEY_*check againtb2024-08-314-40/+3
* Garbage collect the DH_check*_ex() APItb2024-08-302-75/+4