aboutsummaryrefslogtreecommitdiff
path: root/test/igetest.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-04Deprecate the AES_ige_*() functionsMatt Caswell1-0/+3
2019-11-07Update source files for deprecation at 3.0Richard Levitte1-2/+2
2019-04-12Deprecate AES_ige_encrypt() and AES_bi_ige_encrypt()Matt Caswell1-6/+11
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2017-12-07Consistent formatting for sizeof(foo)Rich Salz1-69/+69
2017-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
2017-08-18Remove tests dependence on e_os.hPauli1-1/+1
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-2/+3
2017-06-16Add output routines to allow consistent formatting of memory, stringsPauli1-23/+10
2017-05-04Fix an uninit read in igetestMatt Caswell1-0/+3
2017-05-03Update igetest to use the test framework.Pauli1-158/+180
2016-05-17Copyright consolidation 02/10Rich Salz1-47/+6
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte1-1/+1
2015-05-04more OSSL_NELEM casesDr. Stephen Henson1-5/+3
2015-03-25RAND_bytes updatesMatt Caswell1-4/+4
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-432/+413
2011-02-16Include openssl/crypto.h first in several other files so FIPS renamingDr. Stephen Henson1-0/+1
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe1-2/+2
2007-05-15Change C++ style comments.Dr. Stephen Henson1-1/+1
2007-05-13AES IGE mode speedup.Ben Laurie1-0/+17
2006-08-31Kill more C++ comments.Dr. Stephen Henson1-16/+16
2006-08-31Forward port of IGE mode.Ben Laurie1-0/+486