summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-07-07Update SSL_trace() to know about ticket_nonceMatt Caswell
2017-07-07Update the early_secret generation to use the new ticket_nonce fieldMatt Caswell
2017-07-07Update the test/session.pem to have a tick_nonce valueMatt Caswell
2017-07-07Update tls13_hkdf_expand() to take the length of the dataMatt Caswell
2017-07-07The correct key length for a TLSv1.3 SHA384 ciphersuite is 48Matt Caswell
2017-07-07Send and receive the ticket_nonce field in a NewSessionTicketMatt Caswell
2017-07-07Update the version number for TLSv1.3 draft 21Matt Caswell
2017-07-07Fix memory leak when using PSK session filesMatt Caswell
2017-07-07test/run_tests.pl: Make sure to exit with a code that's understood universallyRichard Levitte
2017-07-07test/recipes/90-test_shlibload.t: Make sure to handle library renamesRichard Levitte
2017-07-07VMS: When running a sub-MMS, make sure to give it the main MMS' qualifiersRichard Levitte
2017-07-07Add sha/asm/keccak1600-avx512.pl.Andy Polyakov
2017-07-07Address potential buffer overflows.Pauli
2017-07-07change return (x) to return xPauli
2017-07-07Rearrange link line so the libraries come after the source.Pauli
2017-07-06Remove some now-unneeded VMS controlsRich Salz
2017-07-07BIO range checking.Pauli
2017-07-06Cleanup RAND_load_file,RAND_write_fileRich Salz
2017-07-06Memory bounds checking in asn1 code.Pauli
2017-07-06Bounds check string functions in apps.Pauli
2017-07-05Add two trivial fixes from old commitsRich Salz
2017-07-06Rework the append_buf functionPauli
2017-07-06Avoid buffer overruns in the req command line utility.Pauli
2017-07-05Fix crashRich Salz
2017-07-05Undo commit dc00fb9Rich Salz
2017-07-05Undo commit cd359b2Rich Salz
2017-07-05Undo commit 40720ceRich Salz
2017-07-05Undo commit de02ec2Rich Salz
2017-07-05Undo commit 0755217Rich Salz
2017-07-05STORE 'file' scheme loader: fix try_decode_params() to check ambiguityRichard Levitte
2017-07-05Error out when forcing an unsupported TLS versionBenjamin Kaduk
2017-07-05Improve BN_CTX documentationBenjamin Kaduk
2017-07-05Fix small UI issuesRichard Levitte
2017-07-05Avoid possible memleak in X509_policy_check()Richard Levitte
2017-07-05Fix compiler warningsPauli
2017-07-05Undo commit d420ac2Rich Salz
2017-07-05Remove the TEST_check macro.Pauli
2017-07-04Add echo for end of each build phaseRich Salz
2017-07-04STORE: fix possible memory leakRichard Levitte
2017-07-04Use the return value from write(2)Pauli
2017-07-03BN_pseudo_rand is really BN_randRich Salz
2017-07-03'make update' after objects/objects.txt update.Andy Polyakov
2017-07-03objects/objects.txt: add SHA3 OIDs.Andy Polyakov
2017-07-03Correct documentation for UI_get0_result_stringRichard Levitte
2017-07-03sha/keccak1600.c: internalize KeccakF1600 and simplify SHA3_absorb.Andy Polyakov
2017-07-03sha/asm/keccak1600-x86_64.pl: close gap with Keccak Code Package.Andy Polyakov
2017-07-03sha/asm/keccak1600-s390x.pl: typo and readability, minor size optimization.Andy Polyakov
2017-07-03x86_64 assembly pack: fill some blanks in Ryzen results.Andy Polyakov
2017-07-03Various doc fixesRich Salz
2017-07-03Fix potential crash in tls_construct_finished.Bernd Edlinger