summaryrefslogtreecommitdiff
path: root/test/igetest.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate the AES_ige_*() functionsMatt Caswell2019-12-041-0/+3
* Update source files for deprecation at 3.0Richard Levitte2019-11-071-2/+2
* Deprecate AES_ige_encrypt() and AES_bi_ige_encrypt()Matt Caswell2019-04-121-6/+11
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Consistent formatting for sizeof(foo)Rich Salz2017-12-071-69/+69
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* Remove tests dependence on e_os.hPauli2017-08-181-1/+1
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-2/+3
* Add output routines to allow consistent formatting of memory, stringsPauli2017-06-161-23/+10
* Fix an uninit read in igetestMatt Caswell2017-05-041-0/+3
* Update igetest to use the test framework.Pauli2017-05-031-158/+180
* Copyright consolidation 02/10Rich Salz2016-05-171-47/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
* more OSSL_NELEM casesDr. Stephen Henson2015-05-041-5/+3
* RAND_bytes updatesMatt Caswell2015-03-251-4/+4
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-432/+413
* Include openssl/crypto.h first in several other files so FIPS renamingDr. Stephen Henson2011-02-161-0/+1
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-161-2/+2
* Change C++ style comments.Dr. Stephen Henson2007-05-151-1/+1
* AES IGE mode speedup.Ben Laurie2007-05-131-0/+17
* Kill more C++ comments.Dr. Stephen Henson2006-08-311-16/+16
* Forward port of IGE mode.Ben Laurie2006-08-311-0/+486