summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* new X25519(3) manual page;schwarze2017-04-105-10/+113
* document three additional functions;schwarze2017-04-101-7/+60
* Simplify/clean up BUF_MEM_grow_clean().jsing2017-04-091-17/+16
* With recallocarray() BUF_MEM_grow() is essentially the same asjsing2017-04-091-28/+2
* Explicitly test for NULL.jsing2017-04-091-4/+4
* trailing ; on end of macro definition is wrong; ok guentherderaadt2017-04-061-4/+4
* bump version for new development branchbcook2017-04-061-3/+3
* Fix silly code that printfs NULL when there are no fractional secondsbeck2017-04-031-2/+2
* reinstate the capitalisation from previous, as advised by schwarze;jmc2017-03-271-3/+3
* tweak previous;jmc2017-03-263-9/+9
* merge new UI documentation from OpenSSLschwarze2017-03-265-13/+651
* document X509_Digest(3) and friends;schwarze2017-03-252-1/+135
* document the public function X509_cmp_time(3);schwarze2017-03-252-1/+88
* correct RETURN VALUES;schwarze2017-03-251-7/+13
* fix two more prototypes;schwarze2017-03-251-5/+5
* correct prototypes;schwarze2017-03-251-5/+5
* complete description of RETURN VALUES;schwarze2017-03-251-6/+8
* minimal stub-quality documentation of EVP_MD_CTX_ctrl(3);schwarze2017-03-251-3/+17
* OpenSSL documented the public function BIO_printf(3) (and friends)schwarze2017-03-253-3/+91
* document ASN1_tag2str(3); from OpenSSL commit 9e183d22schwarze2017-03-251-4/+14
* Convert BUF_MEM_grow() and BUF_MEM_grow_clean() to recallocarray(),jsing2017-03-161-13/+3
* Use calloc() instead of malloc() followed by manually zeroing fields.jsing2017-03-161-6/+3
* Ensure MD and key initialized before processing HMACinoguchi2017-03-031-4/+18
* Include EVP_md5_sha1() via OpenSSL_add_all_digests().jsing2017-03-011-1/+2
* Bump minors due to symbol addition.jsing2017-02-281-1/+1
* 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
* Add the following root CAs, from SECOM Trust Systems / Security Communicationsthen2017-02-241-1/+126
* 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
* bump to 2.5.2bcook2017-02-141-3/+3
* 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
* Kill leak introduced with refactorbeck2017-02-051-3/+6
* 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
* Seriously warn against calling BN_init(3), BN_MONT_CTX_init(3),schwarze2017-01-293-12/+75
* Send the function codes from the error functions to the bit bucket,beck2017-01-29273-3888/+2396
* Hide SSLerr() under #ifndef LIBRESSL_INTERNAL since we shouldn't bebeck2017-01-261-2/+4
* Document ERR_load_BN_strings(3).schwarze2017-01-261-11/+47
* document BN_asc2bn(3);schwarze2017-01-251-3/+27
* Construct a BN_gcd_nonct, based on BN_mod_inverse_no_branch, as suggestedbeck2017-01-256-10/+170
* use BN_div_nonct where it is safe to do so.beck2017-01-211-2/+2
* Add ct and nonct versions of BN_mod_inverse for internal usebeck2017-01-2113-36/+67
* Split out BN_div and BN_mod into ct and nonct versions for Internal use.beck2017-01-2117-58/+92
* Make explicit _ct and _nonct versions of bn_mod_exp funcitons thatbeck2017-01-2114-39/+106