aboutsummaryrefslogtreecommitdiff
path: root/crypto/fipsmodule/bcm.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-18Run the comment converter on libcrypto.David Benjamin1-23/+23
2017-06-13Don't draw entropy during FIPS power-on tests.Adam Langley1-10/+41
2017-06-08Tag the power-on tests as a constructor function directly.Adam Langley1-3/+2
2017-06-01Clarify the error message for an ECDSA power-on test failure.Adam Langley1-1/+1
2017-05-18Have a single function for FIPS test failures.Adam Langley1-1/+5
2017-05-18fipstools: Add a sample binary that exercises methods from the FIPS module.Martin Kreichgauer1-0/+6
2017-05-16Move OPENSSL_ASAN to base.h.Adam Langley1-10/+4
2017-05-10crypto/fipsmodule: Make more Known Answer Tests breakable.Martin Kreichgauer1-9/+44
2017-05-09Add a way to break one of the KAT tests.Adam Langley1-1/+6
2017-05-08Switch integrity hash to SHA-512.Adam Langley1-3/+3
2017-05-05Tidy up FIPS module dependencies.David Benjamin1-1/+0
2017-05-05Move cipher/ into crypto/fipsmodule/Adam Langley1-0/+4
2017-05-04Move rsa/ to fipsmodule/rsa/Adam Langley1-0/+4
2017-05-04Move ec/ and ecdsa/ into fipsmodule/Adam Langley1-0/+11
2017-05-02Don't depend on crypto/bytestring for ECDSA self-tests.David Benjamin1-13/+44
2017-05-02Don't depend on crypto/bytestring for RSA self-tests.David Benjamin1-110/+147
2017-05-02Consistently check length in RSA_add_pkcs1_prefix.David Benjamin1-25/+25
2017-05-02Move des/ to crypto/fipsmodule/Adam Langley1-0/+1
2017-05-01Move bn/ into crypto/fipsmodule/Adam Langley1-0/+19
2017-04-21Move much of rand/ into the FIPS module.Adam Langley1-2/+9
2017-04-21Avoid messing with dummy functions in delocate.go.David Benjamin1-10/+8
2017-04-21Make the arguments to FIPS check_test consistent.Adam Langley1-4/+4
2017-04-21Move modes/ into the FIPS moduleAdam Langley1-0/+6
2017-04-19Add DRBG KAT for FIPS.Steven Valdez1-2/+46
2017-04-19Add 3DES KAT for FIPS.Steven Valdez1-2/+36
2017-04-19Add RSA/ECDSA KAT for FIPS.Steven Valdez1-3/+177
2017-04-18Add AES and SHA KAT for FIPS.Steven Valdez1-15/+154
2017-04-14Move AES code into the FIPS module.Adam Langley1-0/+3
2017-04-13“Fix” FIPS build under ASAN.Adam Langley1-0/+8
2017-04-07Be less clever about .rel.ro avoidance.David Benjamin1-18/+4
2017-04-07First part of the FIPS module.Adam Langley1-0/+100