summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove params argument from ec_asn1_group2parameters()tb2024-10-111-13/+8
* Simplify ec_asn1_group2pkparameters()tb2024-10-111-15/+8
* Spell NULL in a simpler fashiontb2024-10-111-3/+5
* Clean up i2d_ECPKParameters()tb2024-10-111-10/+13
* Remove unused CONF_imodule struct members and accessorstb2024-10-102-69/+2
* Remove the unused field_mod_func from EC_GROUPtb2024-10-031-4/+1
* Make EC{,PK}PARAMETERS_it statictb2024-10-031-3/+3
* Fix ASN1_INTEGER_to_BN() misusetb2024-10-031-16/+16
* Switch field_bits to be an inttb2024-10-031-3/+3
* Fix BN_to_ASN1_INTEGER() misusetb2024-10-031-7/+6
* Provide OPENSSL_INIT_NO_ATEXIT nooptb2024-10-031-1/+2
* X509V3_EXT_get_nid.3: indicate what nid meanstb2024-10-031-3/+3
* Reorder functions.jsing2024-10-021-297/+286
* Remove err_fns and associated machinery.jsing2024-10-021-142/+65
* Reenable AES-NI in libcryptotb2024-09-064-10/+29
* Adjust documentation to work without X509_LOOKUP_by_subject()tb2024-09-061-52/+5
* Remove X509_check_trust documentationtb2024-09-027-226/+11
* The X509at_* manuals are no longer neededtb2024-09-024-299/+4
* Also remove .Xr to X509at_*tb2024-09-021-4/+2
* Excise X509at_* from X509_REQ_* documentationtb2024-09-021-22/+10
* Rename lastpos to start_after to match other, similar manualstb2024-09-021-13/+13
* More X509at_* removaltb2024-09-021-8/+4
* Remove mention of the no longer public X509at_* functionstb2024-09-021-23/+12
* Adjust function signatures for const X509_LOOKUP_METHODtb2024-09-022-8/+8
* 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
* Make OPENSSL_cpu_caps() machine independent.jsing2024-08-312-18/+23
* major bump for libcrypto libssl and libtlstb2024-08-311-1/+1
* Bump LIBRESSL_VERSION_NUMBERtb2024-08-311-3/+3
* 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