summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/crypto.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a deprecated attribute to all CRYPTO_dbg_ functions.miod2014-06-011-10/+10
| | | | ok deraadt@
* Everything sane has stdio, and FILE *. we don't need ifdefs for this.beck2014-05-291-4/+0
| | | | ok to firebomb from tedu@
* define LIBRESSL_INTERNAL, and use it to hide the bad stuff from ourselvestedu2014-05-251-1/+2
| | | | ok beck
* Almost nothing actually needs to include <openssl/e_os2.h>, however byjsing2014-05-241-1/+1
| | | | | | | including it they get <openssl/opensslconf.h>. So instead of pulling in <openssl/e_os2.h>, just pull in <openssl/opensslconf.h>. "go ahead" miod@
* don't deprecate until at least the base src tree is clean.tedu2014-05-231-12/+8
|
* Mark the malloc wrapper functions as deprecated so warnings willbeck2014-05-221-8/+12
| | | | | happen on their use. ok miod@
* Remove fips_md_init() macro indirection for digest algorithms, used by themiod2014-05-011-6/+0
| | | | | | | OpenSSL FIPS module to prevent forbidden digests to be allowed. No functional change but readability. ok deraadt@
* More KNF.jsing2014-04-201-8/+8
|
* typomiod2014-04-181-1/+1
|
* Fully kill FIPS API. Forcible certification conflicts with the goals of atedu2014-04-171-3/+0
| | | | | | free software project. ok beck deraadt Ports calling FIPS_mode_set(1): mongodb
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-16/+0
| | | | | meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-151-4/+0
| | | | | with the bearded ones... some API's that nobody should be using will dissapear with this commit.
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-151-67/+59
| | | | | readable. This pass is whitespace only and can readily be verified using tr and md5.
* Cope with the removal of openssl/symhacks.hderaadt2014-04-131-4/+0
|
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-2/+9
|
* resolve conflictsdjm2012-10-131-0/+29
|
* resolve conflicts, fix local changesdjm2010-10-011-74/+30
|
* resolve conflictsdjm2009-01-091-8/+76
|
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-0/+1
|
* resolve conflictsdjm2008-09-061-75/+107
|
* resolve conflictsdjm2006-06-271-4/+1
|
* resolve conflictsdjm2005-04-291-1/+60
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-27/+38
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-31/+79
|
* openssl-engine-0.9.6a mergebeck2001-06-221-0/+2
|
* openssl-engine-0.9.6 mergebeck2000-12-151-29/+57
|
* OpenSSL 0.9.5 mergebeck2000-03-191-83/+121
| | | | | | *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-86/+102
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+319
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.