aboutsummaryrefslogtreecommitdiff
path: root/test/rsa_test.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-24Fix Coverity 1547856: memset() uses only the lowest byte of cTomas Mraz1-1/+1
2023-10-18Add a test to confirm that legacy rsa keys workNeil Horman1-0/+116
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-02-08Add Tests for RSA_sign_ASN1_OCTET_STRING & RSA_verify_ASN1_OCTET_STRINGslontis1-0/+204
2021-07-01Fix use of uninitialized memory in test_rsa_oaepDavid Benjamin1-5/+4
2021-05-26test: update RSA test with current bit strengthsPauli1-3/+9
2021-03-01Remove RSA SSLv23 padding modeRich Salz1-23/+0
2021-02-18Update copyright yearMatt Caswell1-1/+1
2021-02-16TEST: Add missing initializationRichard Levitte1-1/+1
2021-02-16Fix rsa_test to properly test RSA_SSLV23_PADDINGMatt Caswell1-9/+34
2021-02-16Refactor rsa_testMatt Caswell1-63/+25
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte1-10/+2
2020-11-12rsa_test: add return value checkPauli1-11/+13
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-02-20Deprecate the low level RSA functions.Pauli1-0/+6
2019-03-12FIPS 186-4 RSA Generation & ValidationShane Lontis1-0/+2
2019-03-07Add a simple test for RSA_SSLV23_PADDINGBernd Edlinger1-1/+32
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-11-20Update copyright yearMatt Caswell1-1/+1
2018-10-23RSA security bits calculationPauli1-0/+60
2017-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
2017-08-18Remove tests dependence on e_os.hPauli1-1/+1
2017-08-15Use new setup_tests in code of rsa_testPaul Yang1-1/+2
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-2/+3
2017-07-14Test cleaning and modernisationPauli1-4/+4
2017-04-24Adapt all test programsRichard Levitte1-1/+0
2017-04-12Remove seed completely...Jon Spillett1-3/+0
2017-04-12Updates after code reviewJon Spillett1-28/+20
2017-04-12Convert RSA tests to new frameworkJon Spillett1-99/+107
2017-03-01Remove some obsolete/obscure internal define switches:Emilia Kasper1-5/+1
2016-06-06Deprecate the flags that switch off constant timeMatt Caswell1-4/+2
2016-05-17Copyright consolidation 02/10Rich Salz1-0/+9
2016-04-06Make the RSA structure opaqueRichard Levitte1-11/+14
2016-03-17Remove Netware and OS/2Rich Salz1-4/+0
2016-02-09Clean up the tests for auto-init/de-initMatt Caswell1-3/+0
2016-02-05If memory debugging enabled return error on leaks.Dr. Stephen Henson1-1/+2
2016-01-11Enable/disable crypto-mdebug just like other featuresViktor Dukhovni1-1/+1
2016-01-07mem functions cleanupRich Salz1-2/+3
2015-09-01RT 3493: fix RSA testEmilia Kasper1-12/+20
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte1-0/+331