summaryrefslogtreecommitdiff
path: root/src/regress (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Revise for change to tls_key_share_peer_public()jsing2022-01-061-3/+2
* Add regress tests for ASN1_BIT_STRING.jsing2022-01-061-2/+113
* Add a comment that explains why build_addr_block_tests isn't consttb2022-01-062-3/+8
* Test CBB_add_u64()jsing2022-01-061-2/+6
* With openssl-ruby-tests 20220105, test_post_connection_check_wildcard_santb2022-01-061-2/+2
* Fix a copy-paste error that led to an out-of-bounds access.tb2022-01-061-2/+2
* Add test coverage for SCT validation.jsing2022-01-064-7/+116
* t_syscall was a test for the gcc 1.x off_t syscall padding,guenther2022-01-062-125/+2
* Revise for tls13_key_share rename.jsing2022-01-051-11/+11
* Provide regress for SSL public APIs.jsing2022-01-053-1/+387
* Remove bandaid to work around expected range_should_be_prefix() problem.tb2022-01-051-6/+2
* Plug memleakstb2021-12-291-3/+11
* Plug memleaktb2021-12-291-2/+7
* More EVP_* return value checkstb2021-12-291-22/+60
* Remove redundant NULL checkstb2021-12-291-3/+1
* Minor cleanup after EC_POINT_get_affine_coordinates() unified thetb2021-12-291-23/+6
* More return value checks for EVP_* APItb2021-12-291-16/+28
* Check return values of EVP_* APItb2021-12-291-6/+24
* knfmt makes this slightly nicer.tb2021-12-291-52/+49
* One more leak of the same kindtb2021-12-291-2/+2
* Plug memleaktb2021-12-291-3/+3
* Set failed in test_random_points()tb2021-12-291-2/+2
* Provide a set of RSA and ECDSA test certificates/keys.jsing2021-12-2730-0/+919
* Provide a script to generate test certificates/keys.jsing2021-12-271-0/+263
* 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
* Add coverage for CBS additions.jsing2021-12-151-2/+50
* 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
* remove a couple hundred sys/param.h includes in userland code, andderaadt2021-12-1350-227/+77
* 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