summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cryptlib.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* annoying whitespacederaadt2014-05-311-3/+3
|
* remove OPENSSL_isservice. not used internally, no sane posix software willtedu2014-05-251-6/+0
| | | | | call it, and windows service software can figure this out on its own. ok beck miod
* modernize malloc callderaadt2014-04-211-1/+1
|
* More KNF.jsing2014-04-201-50/+62
|
* kill REF_PRINT/REF_CHECK debugging framework noone would usederaadt2014-04-171-6/+0
| | | | ok miod
* some KNF cleanup following the scriptderaadt2014-04-171-25/+21
|
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-5/+5
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* Remove non-posix support. Why is OPENSSL_isservice even here?tedu2014-04-161-229/+0
| | | | | Is this a crypto library or a generic platform abstraction library? "A hack to make Visual C++ 5.0 work correctly" ... time to upgrade.
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-151-407/+435
| | | | | 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-7/+7
| | | | ok miod@ deraadt@
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-2/+16
|
* resolve conflictsdjm2012-10-131-6/+34
|
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-10/+11
|
* resolve conflicts, fix local changesdjm2010-10-011-78/+430
|
* resolve conflictsdjm2009-01-091-282/+69
|
* resolve conflictsdjm2008-09-061-106/+120
|
* resolve conflictsdjm2006-06-271-53/+165
|
* resolve conflictsdjm2005-04-291-6/+124
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-10/+30
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-7/+12
|
* merge openssl 0.9.6b-enginebeck2001-08-011-6/+4
| | | | | Note that this is a maintenence release, API's appear *not* to have changed. As such, I have only increased the minor number on these libraries
* openssl-engine-0.9.6 mergebeck2000-12-151-6/+195
|
* OpenSSL 0.9.5 mergebeck2000-03-191-2/+4
| | | | | | *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-46/+39
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+307
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.