summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/bio_md.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add const qualifiers to return value of BIO_f_{base64,cipher,md}().tb2018-05-021-3/+3
| | | | | tested in bulk by sthen ok jsing
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+2
| | | | | | | | Remove the openssl public includes from cryptlib.h and add a small number of includes into the source files that actually need them. While here, also sort/group/tidy the includes. ok beck@ miod@
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* KNF.jsing2014-05-031-114/+117
|
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-271-12/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | avoid unreadable/unmaintainable constructs like that: const EVP_PKEY_ASN1_METHOD cmac_asn1_meth = { EVP_PKEY_CMAC, EVP_PKEY_CMAC, 0, "CMAC", "OpenSSL CMAC method", 0,0,0,0, 0,0,0, cmac_size, 0, 0,0,0,0,0,0,0, cmac_key_free, 0, 0,0 }; ok matthew@ deraadt@
* resolve conflictsdjm2012-10-131-3/+8
|
* resolve conflicts, fix local changesdjm2010-10-011-5/+11
|
* resolve conflictsdjm2009-01-091-7/+2
|
* resolve conflictsdjm2008-09-061-3/+8
|
* resolve conflictsdjm2005-04-291-8/+11
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-15/+15
|
* openssl-engine-0.9.6 mergebeck2000-12-151-11/+11
|
* OpenSSL 0.9.5 mergebeck2000-03-191-0/+17
| | | | | | *warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs
* OpenSSL 0.9.4 mergebeck1999-09-291-37/+11
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+270
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible.