summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bio/bss_log.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* const for BIO_{new,set}() and most of the BIO_{f,s}_*() family oftb2018-05-011-3/+3
| | | | | | functions. ok beck, jsing
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-3/+1
| | | | | | | | 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@
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-7/+4
| | | | | | are needed in the source files that actually require them. ok beck@ miod@
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-271-9/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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@
* Bring malloc/calloc/realloc sequences to modern standardderaadt2014-04-211-1/+1
| | | | ok guenther
* some KNF cleanup following the scriptderaadt2014-04-171-2/+2
|
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-2/+2
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* Clean up dangerous strncpy use. This included a use where the resultingbeck2014-04-161-3/+1
| | | | | | | string was potentially not nul terminated and a place where malloc return was unchecked. while we're at it remove dummytest.c ok miod@
* > As I walk through the valley of the shadow of deathtedu2014-04-161-198/+1
| | | | | | | | | > I take a look at my life and realize there's nothin' left > Cause I've been blasting and laughing so long, > That even my mama thinks that my mind is gone Remove even more unspeakable evil being perpetuated in the name of VMS. (and lesser evils done in the name of others.) ok miod
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-151-83/+103
| | | | | readable. This pass is whitespace only and can readily be verified using tr and md5.
* Remove some stuff that isn't needed.beck2014-04-131-10/+10
| | | | ok miod@ deraadt@
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-1/+1
|
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-3/+29
|
* resolve conflicts, fix local changesdjm2010-10-011-42/+13
|
* resolve conflictsdjm2008-09-061-0/+2
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-4/+9
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-9/+10
|
* openssl-engine-0.9.6 mergebeck2000-12-151-36/+94
|
* OpenSSL 0.9.5a mergebeck2000-04-151-62/+158
|
* OpenSSL 0.9.5 mergebeck2000-03-191-3/+11
| | | | | | *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-0/+232