summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2018-07-25Provide a harness that runs test vectors from Project Wycheproof againstJoel Sing
2018-07-23avoid using argv[0] for printing to stderrTheo Buehler
2018-07-20Add missing RCS Id.helg
2018-07-18Bob's license was missing, add it.Theo Buehler
2018-07-17some more style fixesTheo Buehler
2018-07-17Add missing $OpenBSD$ markers.Theo Buehler
2018-07-17remove unused, empty fileTheo Buehler
2018-07-17Replace getprogname() to argv[0] in bnaddsubKinichiro Inoguchi
2018-07-17Don't send FBT_DESTROY if the FUSE connection is still PENDING. Alsohelg
2018-07-17libfuse now supports -f command line option; uncomment test.helg
2018-07-15re-commit the removal of the EC_POINTs_mul() regression tests with num > 1Theo Buehler
2018-07-15$OpenBSD$Theo Buehler
2018-07-15Also revert regression tests so that EC_POINTs_mul() with longer vectorsTheo Buehler
2018-07-11Update EC regression tests.Theo Buehler
2018-07-10$OpenBSD$Theo Buehler
2018-07-10Now that all *_free() functions are NULL safe, we can generate theTheo Buehler
2018-07-10machine/fpu.h is not needed on amd64 and does not exist on i386.Alexander Bluhm
2018-07-10+addsubTheo Buehler
2018-07-10Add simple regression tests for BN_{,u}{add,sub}(3). With input from jcaTheo Buehler
2018-07-09Clear the part of fenv that is modified by old AMD Opteron duringAlexander Bluhm
2018-07-09+libusbhidMartin Pieuchot
2018-07-09Regress for parsing HID pages.Martin Pieuchot
2018-06-16This code is already painful enough to look at. Putting the braces at theTheo Buehler
2018-06-08Test DH params allocation and free.Joel Sing
2018-06-02Initial regress for CSI DH.Joel Sing
2018-06-02Update regress for DES cipher suite removal.Joel Sing
2018-06-02Zero the client random so that it is easier to spot unintended differences.Joel Sing
2018-05-21In general I like verbose tests as output makes debugging easier.Alexander Bluhm
2018-05-15Link free directory to libcrypto regress test suite.Theo Buehler
2018-05-15Test DSO_free(NULL).Theo Buehler
2018-05-15remove _CONF_free_data(). It doesn't belong here.Theo Buehler
2018-05-15Remove the /* ASN1_item_free */ annotations I added in r1.9 again.Theo Buehler
2018-04-27Fix sem_timedwait regress test. Needs SA_RESTART to block now.Paul Irofti
2018-04-27pthread_join() must not return EINTRPhilip Guenther
2018-04-26Prefer <fcntl.h> over <sys/fcntl.h> in userlandPhilip Guenther
2018-04-23Test X509_CRL_METHOD_free(NULL)Theo Buehler
2018-04-23About half of the listed functions are wrappers of ASN1_item_free().Theo Buehler
2018-04-23Add a big pile of *_free() functions which I audited to be NULL-safe.Theo Buehler
2018-04-14Make ENGINE_free() succeed on NULL. Matches OpenSSL's behavior andTheo Buehler
2018-04-07Revise regress to match tls_keypair_clear() removal.Joel Sing
2018-04-07test X509_NAME_add_entry_by_txt(3); feedback and OK jsing@Ingo Schwarze
2018-03-29Fix three bugs in setlocale(3):Ingo Schwarze
2018-03-19Remove the now unnecessary tls_init() call.Joel Sing
2018-03-19Add regress test ensuring autoinit stays pledge("stdio") safe.Bob Beck
2018-03-15Fix a format string issue that Go 1.10 complains about.Joel Sing
2018-03-15Provide SSL_CTX_get_min_proto_version and SSL_CTX_get_max_proto_versionJeremie Courreges-Anglas
2018-03-10Implement sicos(3), sincosf(3) and sincosl(3). These functions are commonMark Kettenis
2018-02-14Update keypair regress to match revised keypair hash handling.Joel Sing
2018-02-08Update regress to use tlsext_serverhello_parse().Joel Sing
2018-02-08Update regress to match change to tls_keypair_pubkey_hash().Joel Sing