aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update SSL_trace() to know about ticket_nonceMatt Caswell2017-07-071-0/+3
* Update the early_secret generation to use the new ticket_nonce fieldMatt Caswell2017-07-071-3/+26
* Update the test/session.pem to have a tick_nonce valueMatt Caswell2017-07-071-8/+9
* Update tls13_hkdf_expand() to take the length of the dataMatt Caswell2017-07-074-20/+23
* The correct key length for a TLSv1.3 SHA384 ciphersuite is 48Matt Caswell2017-07-071-1/+2
* Send and receive the ticket_nonce field in a NewSessionTicketMatt Caswell2017-07-075-3/+56
* Update the version number for TLSv1.3 draft 21Matt Caswell2017-07-072-4/+4
* Fix memory leak when using PSK session filesMatt Caswell2017-07-072-0/+2
* test/run_tests.pl: Make sure to exit with a code that's understood universallyRichard Levitte2017-07-071-1/+10
* test/recipes/90-test_shlibload.t: Make sure to handle library renamesRichard Levitte2017-07-071-2/+4
* VMS: When running a sub-MMS, make sure to give it the main MMS' qualifiersRichard Levitte2017-07-071-1/+1
* Add sha/asm/keccak1600-avx512.pl.Andy Polyakov2017-07-071-0/+449
* Address potential buffer overflows.Pauli2017-07-073-46/+80
* change return (x) to return xPauli2017-07-073-35/+35
* Rearrange link line so the libraries come after the source.Pauli2017-07-072-2/+2
* Remove some now-unneeded VMS controlsRich Salz2017-07-061-16/+4
* BIO range checking.Pauli2017-07-073-81/+90
* Cleanup RAND_load_file,RAND_write_fileRich Salz2017-07-065-162/+130
* Memory bounds checking in asn1 code.Pauli2017-07-066-48/+55
* Bounds check string functions in apps.Pauli2017-07-064-39/+40
* Add two trivial fixes from old commitsRich Salz2017-07-052-0/+6
* Rework the append_buf functionPauli2017-07-061-18/+28
* Avoid buffer overruns in the req command line utility.Pauli2017-07-061-33/+53
* Fix crashRich Salz2017-07-051-0/+2
* Undo commit dc00fb9Rich Salz2017-07-051-5/+0
* Undo commit cd359b2Rich Salz2017-07-051-41/+0
* Undo commit 40720ceRich Salz2017-07-051-12/+9
* Undo commit de02ec2Rich Salz2017-07-052-59/+1
* Undo commit 0755217Rich Salz2017-07-051-1/+0
* STORE 'file' scheme loader: fix try_decode_params() to check ambiguityRichard Levitte2017-07-051-10/+26
* Error out when forcing an unsupported TLS versionBenjamin Kaduk2017-07-051-8/+122
* Improve BN_CTX documentationBenjamin Kaduk2017-07-051-6/+8
* Fix small UI issuesRichard Levitte2017-07-052-9/+13
* Avoid possible memleak in X509_policy_check()Richard Levitte2017-07-051-3/+7
* Fix compiler warningsPauli2017-07-051-3/+3
* Undo commit d420ac2Rich Salz2017-07-0529-163/+132
* Remove the TEST_check macro.Pauli2017-07-053-127/+199
* Add echo for end of each build phaseRich Salz2017-07-041-6/+30
* STORE: fix possible memory leakRichard Levitte2017-07-041-6/+6
* Use the return value from write(2)Pauli2017-07-041-2/+5
* BN_pseudo_rand is really BN_randRich Salz2017-07-039-34/+33
* 'make update' after objects/objects.txt update.Andy Polyakov2017-07-033-5/+293
* objects/objects.txt: add SHA3 OIDs.Andy Polyakov2017-07-031-1/+36
* Correct documentation for UI_get0_result_stringRichard Levitte2017-07-031-3/+3
* sha/keccak1600.c: internalize KeccakF1600 and simplify SHA3_absorb.Andy Polyakov2017-07-031-35/+17
* sha/asm/keccak1600-x86_64.pl: close gap with Keccak Code Package.Andy Polyakov2017-07-031-32/+31
* sha/asm/keccak1600-s390x.pl: typo and readability, minor size optimization.Andy Polyakov2017-07-031-15/+8
* x86_64 assembly pack: fill some blanks in Ryzen results.Andy Polyakov2017-07-035-5/+5
* Various doc fixesRich Salz2017-07-0318-78/+76
* Fix potential crash in tls_construct_finished.Bernd Edlinger2017-07-031-1/+6