summaryrefslogtreecommitdiffstats
path: root/test/recipes/15-test_dsa.t (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-18TLSProxy/Record.pm: add is_fatal_alert method.Andy Polyakov1-7/+15
2018-04-18TLSProxy/Proxy.pm: refine NewSessionTicket detection.Andy Polyakov1-5/+14
2018-04-18TLSProxy/Message.pm: refine end-of-conversation detection logic.Andy Polyakov1-2/+5
2018-04-18poly1305/asm/poly1305-armv4.pl: remove unintentional relocation.Rahul Chaudhry1-1/+2
2018-04-18Style: ssl.hFdaSilvaYY2-149/+158
2018-04-18Update EVP_DigestSignInit() docsMatt Caswell1-1/+48
2018-04-18test: Remove redundant SSL_CTX_set_max_early_dataPeter Wu2-6/+0
2018-04-18Add support for logging early exporter secretPeter Wu3-0/+15
2018-04-18Add test for CLIENT_EARLY_TRAFFIC_SECRET key loggingPeter Wu1-4/+57
2018-04-18Add support for logging TLS 1.3 exporter secretPeter Wu3-2/+17
2018-04-17BIGNUM signed add/sub routines refactoryDavide Galassi1-85/+47
2018-04-17Fix a memory leak in an error pathMatt Caswell1-8/+14
2018-04-17Check the return from EVP_PKEY_get0_DH()Matt Caswell1-0/+6
2018-04-17Extend the SSL_set_bio() testsMatt Caswell1-32/+95
2018-04-17Fix assertion failure in SSL_set_bio()Matt Caswell1-2/+0
2018-04-17Update fingerprints.txtMatt Caswell1-4/+1
2018-04-17Update the info callback documentation for TLSv1.3Matt Caswell1-7/+21
2018-04-17Add a test for the info callbackMatt Caswell1-0/+257
2018-04-17Make sure info callback knows about all handshake start eventsMatt Caswell1-0/+17
2018-04-17Call the info callback on all handshake done eventsMatt Caswell1-5/+12
2018-04-17Ignore the status_request extension in a resumption handshakeMatt Caswell1-0/+4
2018-04-17SSL_CTX_set_tlsext_ticket_key_cb.pod: fix error check of RAND_bytes() callDr. Matthias St. Pierre1-1/+1
2018-04-17p5_scrypt.c: fix error check of RAND_bytes() callDr. Matthias St. Pierre1-1/+1
2018-04-17DRBG: fix coverity issuesDr. Matthias St. Pierre2-7/+17
2018-04-17apps/s_socket.c: print only dynamically allocated port in do_server.Andy Polyakov1-1/+5
2018-04-17Add a config option to disable automatic config loadingBernd Edlinger4-1/+13
2018-04-17Prepare for 1.1.1-pre6-devRichard Levitte2-3/+3
2018-04-17Prepare for 1.1.1-pre5 releaseOpenSSL_1_1_1-pre5Richard Levitte2-2/+2
2018-04-17Update copyright yearRichard Levitte53-53/+53
2018-04-17OpenSSL 1.1.1-pre5: update CHANGES with recent user visible changesRichard Levitte1-0/+32
2018-04-16Revert "Add OPENSSL_VERSION_AT_LEAST"Dr. Matthias St. Pierre3-16/+0
2018-04-16Remove mandatory generated files on VMS tooBernd Edlinger1-0/+1
2018-04-16Remove mandatory generated files on windows tooBernd Edlinger1-0/+2
2018-04-16RSA key generation: ensure BN_mod_inverse and BN_mod_exp_mont both get called...Matt Caswell1-0/+1
2018-04-15Remove mandatory generated files tooBernd Edlinger1-1/+1
2018-04-15Fix cygwin make dependenciesBernd Edlinger1-3/+7
2018-04-14TLSProxy/Proxy.pm: straighten inner loop termination logic.Andy Polyakov1-5/+7
2018-04-14TLSProxy/Proxy.pm: bind s_server to loopback interface.Andy Polyakov2-55/+62
2018-04-14openssl#5668: corrections after compiling with -qinfo=all:als.Matthias Kraft1-9/+12
2018-04-13make updateRichard Levitte3-0/+12
2018-04-13DRBG: implement a get_nonce() callbackDr. Matthias St. Pierre6-154/+354
2018-04-13Rework partial packet handling once moreBernd Edlinger2-2/+3
2018-04-13test/recipes/test_genrsa.t : don't fail because of size limit changesRichard Levitte1-6/+34
2018-04-13Split the scrypt and RSA-PSS into man3 and man7 pagesRichard Levitte6-110/+276
2018-04-13Add a test for SRPMatt Caswell3-2/+239
2018-04-13Add support for the SRP base64 alphabetMatt Caswell3-38/+190
2018-04-13Change SRP functions to use EVP_EncodeUpdate/EVP_DecodeUpdate functionsMatt Caswell4-13/+65
2018-04-13Docs for OpenSSL_init_crypto: there is no way to specify another fileRichard Levitte1-4/+4
2018-04-13TLSProxy/Proxy.pm: handle "impossible" failure to connect to s_server.Andy Polyakov1-4/+10
2018-04-13TLSProxy/Proxy.pm: handle -1 as return value from waitpid.Andy Polyakov1-6/+15