summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Set failed in test_random_points()tb2021-12-291-2/+2
* add missing include path; ok tb@anton2021-12-261-1/+2
* The RFC 3779 test needs LIBRESSL_CRYPTO_INTERNAL as lon as the APItb2021-12-241-2/+2
* Print the name of the test before we run it.jsing2021-12-241-1/+2
* Style tweak in {d2i,i2d}_IPAddrBlocks()tb2021-12-241-5/+5
* Drop -g -O0 from CFLAGStb2021-12-241-2/+2
* link rfc3779 test to buildtb2021-12-241-2/+2
* Add initial test coverage for RFC 3779 code.tb2021-12-242-0/+1804
* fix typo: boolean true should decode to 1, not 0tb2021-12-231-2/+2
* Add regress coverage for the crazy SCT_new_from_base64() API.jsing2021-12-201-1/+57
* support processing <openssl/bn.h>schwarze2021-12-181-3/+24
* To ease maintenance, structure the lists of intentionally undocumentedschwarze2021-12-161-55/+109
* Some more ASN.1 struct types that are postponed (because they areschwarze2021-12-151-2/+5
* tweak for the generated sourcetb2021-12-141-2/+2
* more symbols that are postponed or intentionally undocumented andschwarze2021-12-141-6/+55
* Add regress coverage for ASN1_get_object()jsing2021-12-141-1/+262
* Add regress for ASN1_tag2bit() and ASN1_tag2str()jsing2021-12-142-1/+135
* Merge two bugfixes in ASN1_STRING_TABLE_add(3) and ASN1_STRING_TABLE_get(3)schwarze2021-12-112-2/+131
* Fix missing return in asn1_compare_bytes()jsing2021-12-091-1/+2
* Add initial tests for coverage of ASN.1 complex/constructed types.jsing2021-12-092-1/+228
* Add initial tests for coverage of ASN.1 basic/primitive types.jsing2021-12-092-1/+135
* be more specific which NETSCAPE stuff to ignore, and whyschwarze2021-12-071-10/+7
* Some improvements allowing to handle asn1.h and x509v3.h:schwarze2021-12-071-10/+47
* Add initial regress for CT.jsing2021-12-054-1/+415
* gross trailing whitespacetb2021-12-041-16/+16
* Convert main into single exit to appease asan.tb2021-12-041-22/+33
* Explicitly free EVP_MD_CTX to appease asan. Reported by Ilya Shipitsin.tb2021-12-041-10/+16
* Add regress for ECPKParameters ASN.1 encoding/decoding.jsing2021-12-042-2/+210
* Add regress for {d2i,i2d}_{,DSA_,EC_,RSA_}PUBKEY{,_bio}().jsing2021-11-302-1/+570
* make the bn/mont test compile with opaque DH.tb2021-11-261-4/+12
* Rework this test to compile with opaque RSAtb2021-11-251-282/+427
* Resolve last issue with opaque BIGNUM in this test.tb2021-11-251-3/+3
* wycheproof: modify RSA tests to work with opaque RSA structtb2021-11-211-11/+57
* wycheproof.go: modify some DSA and ECDSA code to work with opaque structstb2021-11-211-5/+23
* Mark the X509_VERIFY_PARAM_ID variable type as intentionallyschwarze2021-11-191-3/+16
* Make function prototype parsing a bit stricter,schwarze2021-11-191-1/+1
* Very quick and dirty script to help me check that the symbolsschwarze2021-11-191-0/+266
* sha512test: replace EVP_MD_CTX_{cleanup,init} pair with EVP_MD_CTX_resettb2021-11-181-3/+2
* gost: missed one cleanuptb2021-11-181-2/+2
* sha256test: EVP_MD_CTX_cleanup -> EVP_MD_CTX_resettb2021-11-181-4/+3
* gost2814789t: EVP_MD_CTX_cleanup -> EVP_MD_CTX_resettb2021-11-181-2/+2
* evptest: no need to call EVP_MD_CTX_cleanup() before EVP_MD_CTX_free()tb2021-11-181-4/+3
* Use HMAC_CTX_reset() instead of HMAC_CTX_cleanup() + HMAC_CTX_init()tb2021-11-181-5/+3
* sha*test: convert these tests to work with opaque EVP_MD_CTX.tb2021-11-183-31/+42
* zap trailing whitespacetb2021-11-181-7/+7
* hmactest: convert to opaque HMAC_CTX.tb2021-11-181-29/+37
* gost2814789t: convert to opaque EVP_{MD,CIPHER}_CTX.tb2021-11-181-19/+23
* exptest: convert to opaque BN; minor KNF tweaks.tb2021-11-181-40/+47
* evptest: fix compilation with opaque EVP_{CIPHER,MD}_CTX. Uses atb2021-11-181-22/+30
* ecdsatest: make this test compile with opaque EVP_MD_CTX.tb2021-11-181-7/+8