summaryrefslogtreecommitdiffstats
path: root/crypto/trace.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-06Centralise Environment Variables for the testsMatt Caswell17-30/+13
2020-05-06The synthesized OPENSSL_VERSION_NUMBER must be longTomas Mraz1-2/+2
2020-05-06Fix up whitespace nits introduced by PR #11416Benjamin Kaduk2-7/+7
2020-05-05Use fips=yes consistently in documentationChristian Heimes1-1/+1
2020-05-05Strengthen X509_STORE_CTX_print_verify_cb() to print expected host etc.Dr. David von Oheimb10-92/+187
2020-05-05Improve SSL_shutdown documentation.Kurt Roeckx1-2/+14
2020-05-05Fix aix compile error in cmp_ctx_test.cShane Lontis1-8/+16
2020-05-05Fix incorrect default keysize for CAST ofb and cfb modes.Shane Lontis3-8/+8
2020-05-04Allow OSSL_PARAM_get_octet_string() to pass a NULL bufferMatt Caswell2-2/+7
2020-05-04Add some tests for the newly added raw private/public key functionsMatt Caswell1-11/+42
2020-05-04Document the new raw private/public key functionsMatt Caswell1-10/+43
2020-05-04Implement key match functionality for ECX keysMatt Caswell1-0/+32
2020-05-04Fix the KEYNID2TYPE macroMatt Caswell1-3/+3
2020-05-04Don't export ECX key data twiceMatt Caswell1-4/+0
2020-05-04Ensure EVP_PKEY_get_raw_[private|public]_key work with provider keysMatt Caswell1-6/+65
2020-05-04Add the library ctx into an ECX_KEYMatt Caswell4-17/+19
2020-05-04Add the ability to ECX to import keys with only the private keyMatt Caswell4-32/+44
2020-05-04Ensure OSSL_PARAM_BLD_free() can accept a NULLMatt Caswell1-0/+2
2020-05-04Make EVP_new_raw_[private|public]_key provider awareMatt Caswell3-39/+144
2020-05-04rand_unix.c: Ensure requests to KERN_ARND don't exceed 256 bytes.nia1-1/+1
2020-05-04rand_unix.c: Only enable hack for old FreeBSD versions on FreeBSDnia1-0/+2
2020-05-04rand_unix.c: Include correct headers for sysctl() on NetBSDnia1-2/+2
2020-05-04CIFuzz turning dry_run offLeo Neat1-2/+2
2020-05-04WPACKET: don't write DER length when we don't want toRichard Levitte2-1/+13
2020-05-03Fix reason code clashRichard Levitte2-2/+2
2020-05-03util/perl/OpenSSL/OID.pm: remove the included unit testRichard Levitte1-85/+0
2020-05-02Add solaris assembler fixes for legacy providerShane Lontis3-7/+17
2020-05-02Add default property API's to enable and test for fipsShane Lontis12-15/+195
2020-05-02make update for SSL_new_session_ticketBenjamin Kaduk1-0/+1
2020-05-02Add test for SSL_new_session_ticket()Benjamin Kaduk1-0/+143
2020-05-02Add SSL_new_session_ticket() APIBenjamin Kaduk6-10/+53
2020-05-02Fix whitespace nit in ossl_statem_server_pre_workBenjamin Kaduk1-1/+2
2020-05-01Add a test for EVP_PKEY_*_check functions for "DSA" keysMat Berchtold1-0/+20
2020-05-01When a private key is validated and there is no private key, return early.Mat Berchtold2-0/+8
2020-04-30coverity 1462581 Dereference after null checkPauli1-1/+4
2020-04-30coverity 1462580 Improper use of negative valuePauli1-0/+2
2020-04-30coverity 1462578 Resource leakPauli1-1/+3
2020-04-30coverity 1462576 Resource leakPauli1-2/+2
2020-04-30coverity 1462567: Null pointer dereferencesPauli1-3/+5
2020-04-30coverity 1462574 Resource leakPauli1-0/+1
2020-04-30coverity 1462573 Dereference after null checkPauli1-1/+1
2020-04-30coverity 1462572 Dereference after null checkPauli1-2/+6
2020-04-30coverity 1462571 Dereference after null checkPauli1-6/+9
2020-04-30coverity 1462570 Resource leakPauli1-0/+1
2020-04-30coverity 1462566 Resource leakPauli1-0/+1
2020-04-30coverity 1462564 Improper use of negative valuePauli1-0/+2
2020-04-30coverity 1462562 Dereference before null checkPauli1-4/+2
2020-04-30coverity 1462561 Uninitialized scalar variablePauli1-1/+1
2020-04-30coverity 1462560 Resource leakPauli1-0/+1
2020-04-30coverity 1462556 Resource leakPauli1-1/+4