| Commit message (Expand) | Author | Age | Files | Lines |
* | Revise for tls13_key_share rename. | jsing | 2022-01-05 | 1 | -11/+11 |
* | Provide regress for SSL public APIs. | jsing | 2022-01-05 | 3 | -1/+387 |
* | Remove bandaid to work around expected range_should_be_prefix() problem. | tb | 2022-01-05 | 1 | -6/+2 |
* | Plug memleaks | tb | 2021-12-29 | 1 | -3/+11 |
* | Plug memleak | tb | 2021-12-29 | 1 | -2/+7 |
* | More EVP_* return value checks | tb | 2021-12-29 | 1 | -22/+60 |
* | Remove redundant NULL checks | tb | 2021-12-29 | 1 | -3/+1 |
* | Minor cleanup after EC_POINT_get_affine_coordinates() unified the | tb | 2021-12-29 | 1 | -23/+6 |
* | More return value checks for EVP_* API | tb | 2021-12-29 | 1 | -16/+28 |
* | Check return values of EVP_* API | tb | 2021-12-29 | 1 | -6/+24 |
* | knfmt makes this slightly nicer. | tb | 2021-12-29 | 1 | -52/+49 |
* | One more leak of the same kind | tb | 2021-12-29 | 1 | -2/+2 |
* | Plug memleak | tb | 2021-12-29 | 1 | -3/+3 |
* | Set failed in test_random_points() | tb | 2021-12-29 | 1 | -2/+2 |
* | Provide a set of RSA and ECDSA test certificates/keys. | jsing | 2021-12-27 | 30 | -0/+919 |
* | Provide a script to generate test certificates/keys. | jsing | 2021-12-27 | 1 | -0/+263 |
* | add missing include path; ok tb@ | anton | 2021-12-26 | 1 | -1/+2 |
* | The RFC 3779 test needs LIBRESSL_CRYPTO_INTERNAL as lon as the API | tb | 2021-12-24 | 1 | -2/+2 |
* | Print the name of the test before we run it. | jsing | 2021-12-24 | 1 | -1/+2 |
* | Style tweak in {d2i,i2d}_IPAddrBlocks() | tb | 2021-12-24 | 1 | -5/+5 |
* | Drop -g -O0 from CFLAGS | tb | 2021-12-24 | 1 | -2/+2 |
* | link rfc3779 test to build | tb | 2021-12-24 | 1 | -2/+2 |
* | Add initial test coverage for RFC 3779 code. | tb | 2021-12-24 | 2 | -0/+1804 |
* | fix typo: boolean true should decode to 1, not 0 | tb | 2021-12-23 | 1 | -2/+2 |
* | Add regress coverage for the crazy SCT_new_from_base64() API. | jsing | 2021-12-20 | 1 | -1/+57 |
* | support processing <openssl/bn.h> | schwarze | 2021-12-18 | 1 | -3/+24 |
* | To ease maintenance, structure the lists of intentionally undocumented | schwarze | 2021-12-16 | 1 | -55/+109 |
* | Add coverage for CBS additions. | jsing | 2021-12-15 | 1 | -2/+50 |
* | Some more ASN.1 struct types that are postponed (because they are | schwarze | 2021-12-15 | 1 | -2/+5 |
* | tweak for the generated source | tb | 2021-12-14 | 1 | -2/+2 |
* | more symbols that are postponed or intentionally undocumented and | schwarze | 2021-12-14 | 1 | -6/+55 |
* | Add regress coverage for ASN1_get_object() | jsing | 2021-12-14 | 1 | -1/+262 |
* | Add regress for ASN1_tag2bit() and ASN1_tag2str() | jsing | 2021-12-14 | 2 | -1/+135 |
* | remove a couple hundred sys/param.h includes in userland code, and | deraadt | 2021-12-13 | 50 | -227/+77 |
* | Merge two bugfixes in ASN1_STRING_TABLE_add(3) and ASN1_STRING_TABLE_get(3) | schwarze | 2021-12-11 | 2 | -2/+131 |
* | Fix missing return in asn1_compare_bytes() | jsing | 2021-12-09 | 1 | -1/+2 |
* | Add initial tests for coverage of ASN.1 complex/constructed types. | jsing | 2021-12-09 | 2 | -1/+228 |
* | Add initial tests for coverage of ASN.1 basic/primitive types. | jsing | 2021-12-09 | 2 | -1/+135 |
* | be more specific which NETSCAPE stuff to ignore, and why | schwarze | 2021-12-07 | 1 | -10/+7 |
* | Some improvements allowing to handle asn1.h and x509v3.h: | schwarze | 2021-12-07 | 1 | -10/+47 |
* | Add initial regress for CT. | jsing | 2021-12-05 | 4 | -1/+415 |
* | gross trailing whitespace | tb | 2021-12-04 | 1 | -16/+16 |
* | Free cert, key and ocsp_staple on exit of do_keypair_test(). | tb | 2021-12-04 | 1 | -1/+4 |
* | Convert main into single exit to appease asan. | tb | 2021-12-04 | 1 | -22/+33 |
* | Explicitly free EVP_MD_CTX to appease asan. Reported by Ilya Shipitsin. | tb | 2021-12-04 | 1 | -10/+16 |
* | Add regress for ECPKParameters ASN.1 encoding/decoding. | jsing | 2021-12-04 | 2 | -2/+210 |
* | Tell testers which packages to install right away (and why) | kn | 2021-12-02 | 3 | -3/+7 |
* | Add regress for {d2i,i2d}_{,DSA_,EC_,RSA_}PUBKEY{,_bio}(). | jsing | 2021-11-30 | 2 | -1/+570 |
* | make the bn/mont test compile with opaque DH. | tb | 2021-11-26 | 1 | -4/+12 |
* | Rework this test to compile with opaque RSA | tb | 2021-11-25 | 1 | -282/+427 |