summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Provide a new regress test for TLS extension handlers, currently coveringjsing2017-07-161-1/+2
| | | | the newly converted SNI code.
* Add an initial regress test that covers the server-side of libssl, byjsing2017-03-051-1/+2
| | | | providing SSL_accept() with fixed ClientHello messages.
* Move pqueue regress from libcrypto to libssl, since that's where the pqueuejsing2016-11-041-1/+2
| | | | | code now lives. Also unbreak the regress following the symbol hiding changes in libssl.
* Add an initial TLS client regress, which currently covers ClientHellojsing2015-09-011-1/+2
| | | | message generation.
* Convert ssl_bytes_to_cipher_list to CBS.doug2015-06-281-2/+3
| | | | | | | Link in the new 'unit' regress and expand the invalid tests to include some that would fail before the CBS conversion. input + ok miod@ jsing@
* Import BoringSSL's crypto bytestring and crypto bytebuilder APIs.doug2015-02-061-1/+2
| | | | | | | | | | | | | | This is imported with as few changes as possible for the initial commit. I removed OPENSSL_EXPORT, replaced OPENSSL_malloc() etc with malloc() and changed a few header includes. BoringSSL has this as part of their public API. We're leaving it internal to libssl for now. Based on BoringSSL's CBB/CBS API as of commit c5cc15b4f5b1d6e9b9112cb8d30205a638aa2c54. input + ok jsing@, miod@
* Add libssl ciphers regress, which currently only coversjsing2015-02-061-1/+2
| | | | get_cipher_by_char/put_cipher_by_char.
* Add a regress test for the ASN1 handling of SSL session tickets.jsing2014-07-131-1/+2
|
* Move ssltest.c to a regress test.jsing2014-05-241-0/+8
|
* Move the regress tests that are in lib/libssl to usr.sbin/openssl,jsing2014-05-241-58/+0
| | | | | | | since they are really testing openssl(1) (although this also tests libcrypto and libssl), rather than actual parts of the libssl library. Discussed with miod@
* Remove the ossltests target, these are now all in libcrypto regressjsg2014-04-171-208/+2
| | | | except sha256t/sha512t which are likely to be removed for license reasons.
* adapt to test file movesjsg2014-04-161-63/+50
| | | | md2test and rsatest targets removed as the files have been removed
* don't use non-standard CFLAGS; ok miod@, deraadt@naddy2010-10-031-2/+2
|
* update for openssl-0.9.8hdjm2008-09-061-47/+93
|
* missing blowfish testmickey2003-06-161-4/+4
|
* un-break test; report and test by davidkrausemarkus2003-05-241-90/+90
|
* remove MDC2; patentsmarkus2002-09-261-7/+1
|
* Rename a bunch of the old bsd.regress.mk variables into the new ones.avsm2002-09-021-3/+3
| | | | ok art@
* e_os.h is longer installedmarkus2002-09-011-3/+3
|
* Build and run openssl regress tests in addition to our own.beck2002-05-151-3/+191
|
* Move the enc tests into the Makefile and split them intoart2002-01-151-1/+36
| | | | | several small tests. beck@ ok
* Convert to bsd.regress.mk.art2002-01-021-5/+6
| | | | Not finished yet.
* uncomment rsa test; ok millert@todd2001-02-071-2/+2
|
* $OpenBSD$niklas2001-01-291-0/+2
|
* Fix up for make regress. Should handle objdir now.beck1999-01-051-3/+3
|
* ssl lib test scripts. Need to be tested so as not to break build processbeck1999-01-041-0/+11
before this libssl dir is added to the upper level Makefile.