summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* First pass at cleaning up the tls1_P_hash() function - remove a pointlessjsing2017-03-101-20/+19
* Make tls1_PRF() non-static so it can be regress tested.jsing2017-03-101-2/+7
* Correctly handle TLS PRF with MD5+SHA1 - the secret has to be partitionedjsing2017-03-071-5/+26
* Some tweaks from jmc@ and describe better what recallocarray does;otto2017-03-071-7/+16
* Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3)otto2017-03-063-7/+147
* size is unsigned so using ==0 not <=0 when checking for buffer exhaustionmillert2017-03-061-4/+4
* Pull in a change from the bind 8 resolver that fixes a potentialmillert2017-03-061-10/+16
* Clean up and simplify the tls1_PRF() implementation now that we have ajsing2017-03-061-48/+19
* Correctly convert an SSLv2 challenge into an SSLv3/TLS client random byjsing2017-03-051-9/+27
* Provide a rolling handshake hash that commences as soon as the cipherjsing2017-03-058-54/+193
* Convert various handshake message generation functions to CBB.jsing2017-03-054-56/+113
* Drop the second argument of dtls1_set_message_header() and make it a voidjsing2017-03-043-13/+10
* Call ssl3_handshake_write() instead of ssl3_do_write() - this was missedjsing2017-03-041-2/+2
* Ensure MD and key initialized before processing HMACinoguchi2017-03-031-4/+18
* fix error in Dt; from robert kleinjmc2017-03-021-3/+3
* Convert ssl3_{get,send}_server_key_exchange() to EVP_md5_sha1().jsing2017-03-013-44/+29
* Include EVP_md5_sha1() via OpenSSL_add_all_digests().jsing2017-03-011-1/+2
* Bump minors due to symbol addition.jsing2017-02-283-3/+3
* Document EVP_md5_sha1().jsing2017-02-281-2/+11
* Add an EVP interface that provides concatenated MD5+SHA1 hashes, which arejsing2017-02-284-2/+88
* Fix typo in issuingDistributionPoint description.jsing2017-02-281-1/+1
* Stop pretending that MD5 and SHA1 might not exist - rather than locatingjsing2017-02-284-20/+8
* Add support for RES_USE_DNSSECjca2017-02-271-5/+2
* Add the following root CAs, from SECOM Trust Systems / Security Communicationsthen2017-02-241-1/+126
* Remove STREEBOG 512 as a TLS MAC since there are currently no cipher suitesjsing2017-02-212-26/+6
* don;t end Nd with a full stop;jmc2017-02-211-3/+3
* Mark ERR_add_error_data and ERR_add_error_vdata as not for internal use,beck2017-02-205-14/+81
* spelling fix;jmc2017-02-201-2/+2
* document tls_config_error(3) RETURN VALUES, improve what is saidschwarze2017-02-202-6/+59
* Add EDNS0 support.jca2017-02-181-4/+3
* Avoid dereferencing a pointer when reporting an error about the samejsing2017-02-151-2/+2
* Add a NULL test to wrterror() to avoid a NULL deref when called from ajsg2017-02-151-2/+2
* bump to 2.5.2bcook2017-02-141-3/+3
* malloc does not *need* to return page-aligned objects for size >=otto2017-02-121-5/+2
* DES keys are not 7 days long. ok jsing@dtucker2017-02-092-5/+5
* Revert previous; the implementation is incorrect since it assumes that thejsing2017-02-072-20/+7
* Add file and line to the LibreSSL error strings sine we are no longer inbeck2017-02-072-7/+20
* Change SSLerror() back to taking two args, with the first one being an SSL *.beck2017-02-0725-573/+841
* Define values for SSL_CTRL_SET_GROUPS{,_LIST} and wire them up to thejsing2017-02-052-15/+19
* Kill leak introduced with refactorbeck2017-02-051-3/+6
* fix a comment and rm some dead code as a result of the previous diffotto2017-02-021-8/+5
* Let realloc handle and produce moved pointers for allocations betweenlibressl-v2.5.1otto2017-02-011-20/+37
* tweak previous;jmc2017-01-312-12/+8
* Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may bebeck2017-01-316-58/+209
* Disable client-initiated renegotiation for libtls servers.jsing2017-01-311-1/+3
* Provide an SSL_OP_NO_CLIENT_RENEGOTIATION option that disallowsjsing2017-01-312-2/+12
* LibreSSL : Truncated packet could crash via OOB readinoguchi2017-01-312-3/+10
* Document functions returning standard moduli for DH key exchange.schwarze2017-01-312-1/+136
* tweak previous;jmc2017-01-303-11/+11
* Document BN_set_flags(3) and BN_get_flags(3).schwarze2017-01-306-13/+159