summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/crypto.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Partial port of EC_KEY_METHOD from OpenSSL 1.1.tb2019-01-191-1/+2
* Add back a few missing compatibility stubsbcook2018-11-111-3/+1
* Add automatic threading initialization for libcrypto.bcook2018-11-111-29/+25
* Let CRYPTO_mem_leaks{,_fp,_cb}() return -1.tb2018-08-241-5/+5
* Use recallocarray() instead of OPENSSL_realloc_clean().jsing2018-05-131-1/+3
* Correct mistake of loading the default openssl.conf by default during autoinit.beck2018-03-191-2/+2
* Fix a typo: OPENSSL_INIT_LOAD_CONFIG doesn't have double underbars.tb2018-03-181-2/+2
* Bring in compatibility for OpenSSL 1.1 style init functions.beck2018-03-171-1/+35
* Start providing parts of the OpenSSL 1.1 API.jsing2018-02-141-1/+9
* Stop calling OPENSSL_init() internally, since it is a no-op. Also placejsing2017-04-291-2/+2
* include stdint.h for uint64_tbcook2015-09-171-1/+2
* Since a major bump of libcrypto is coming, remove OPENSSL_ia32cap andmiod2015-09-131-4/+1
* Add a new interface, OPENSSL_cpu_caps(), to return the currently runningmiod2015-09-131-1/+4
* Put OPENSSL_cleanse under #ifndef LIBRESSL_INTERNAL.jsing2015-09-101-1/+4
* CRYPTO_set_mem_debug_functions() and CRYPTO_set_mem_functions() are alreadyjsing2015-09-101-18/+3
* Put CRYPTO_memcmp() under #ifndef LIBRESSL_INTERNAL.jsing2015-06-201-1/+3
* Send OPENSSL_issetugid() straight to hell, no final cigarette.deraadt2015-04-111-3/+1
* Delete a lot of #if 0 code in libressl.doug2015-02-071-15/+1
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-5/+4
* Remove ancient workaround for previous century's compilers in the declarationmiod2014-06-241-2/+1
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Add a deprecated attribute to all CRYPTO_dbg_ functions.miod2014-06-011-10/+10
* Everything sane has stdio, and FILE *. we don't need ifdefs for this.beck2014-05-291-4/+0
* define LIBRESSL_INTERNAL, and use it to hide the bad stuff from ourselvestedu2014-05-251-1/+2
* Almost nothing actually needs to include <openssl/e_os2.h>, however byjsing2014-05-241-1/+1
* 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
* Remove fips_md_init() macro indirection for digest algorithms, used by themiod2014-05-011-6/+0
* 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
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-16/+0
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-151-4/+0
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-151-67/+59
* 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
* 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