summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2016-11-02convert ERR manuals from pod to mdoc; while reading this,Ingo Schwarze
2016-11-02convert DSA and EC manuals from pod to mdocIngo Schwarze
2016-11-02convert DES and DH manuals from pod to mdocIngo Schwarze
2016-10-31bump to LibreSSL 2.5.1Brent Cook
2016-10-19unifdef OPENSSL_NO_CMSJoel Sing
2016-10-17If BN_div_word() fails (by returning (BN_ULONG)-1) or if the divisionPhilip Guenther
2016-10-16Move libcrypto, librpcsvc and gnu/usr.bin/cc/include from RDIRS to PRDIRS,Theo Buehler
2016-10-05Fix some broken .Xr links, loosely based on a diffIngo Schwarze
2016-10-02In X509_cmp_time(), pass asn1_time_parse() the tag of the field beingPhilip Guenther
2016-09-23Append to CLEANFILES instead of replacing it, so libcrypto.pc isMartin Natano
2016-09-22revert documentation update for the clearning behavior we already revertedBrent Cook
2016-09-14Generate pkg-config files at build time like everything else. ThisMartin Natano
2016-09-11Files in /etc/ssl belong to root. ok deraadtMartin Natano
2016-09-09back out calls to EVP_CIPHER_CTX_cleanup() in EVP_Cipher/Encrypt/DecryptFinalBrent Cook
2016-09-05remove CMS manuals; beck@ agress with the general ideaIngo Schwarze
2016-09-04Remove cms.Joel Sing
2016-09-04Remove cms.Joel Sing
2016-09-04Expand DECLARE_ASN1_.*FUNCTIONS macros.Joel Sing
2016-09-04Expand DECLARE_ASN1_.*FUNCTIONS macros.Joel Sing
2016-09-04Expand DECLARE_ASN1_.*FUNCTIONS macros.Joel Sing
2016-09-04Expand DECLARE_ASN1_.*FUNCTIONS macros.Joel Sing
2016-09-04Expand DECLARE_ASN1_.*FUNCTIONS macros.Joel Sing
2016-09-04Expand DECLARE_ASN1_.*FUNCTIONS macros.Joel Sing
2016-09-04Expand DECLARE_ASN1_.*FUNCTIONS macros.Joel Sing
2016-09-04Place IMPLEMENT_PEM macros under #ifndef LIBRESSL_INTERNAL.Joel Sing
2016-09-04Sort and group functions.Joel Sing
2016-09-04Expand IMPLEMENT_PEM macros.Joel Sing
2016-09-04Less S390.Joel Sing
2016-09-04Less IA64.Joel Sing
2016-09-04Less vax.Joel Sing
2016-09-04include <sys/types.h> to get <sys/cdefs.h> instead (for __warn_references)Brent Cook
2016-09-04include <sys/cdefs.h> for portableBrent Cook
2016-09-04Add ISRG Root X1, the letsencrypt CA root. This is now included in its ownStuart Henderson
2010-10-01import OpenSSL-1.0.0aDamien Miller
2009-04-06import of OpenSSL 0.9.8kDamien Miller
2005-04-29import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@Damien Miller
2016-09-03switch to a constant-time gather procedure for amd64 mont5 asmBrent Cook
2016-09-03add constant-time MOD_EXP_CTIME_COPY_FROM_PREBUF.Brent Cook
2016-09-03BN_mod_exp_mont_consttime: check for zero modulus.Brent Cook
2016-09-03remove unused variableBob Beck
2016-09-02LIB=crypto, kind of neccessaryTheo de Raadt
2016-09-02Fix Makefile for file location movesBob Beck
2016-09-02Remove the libcrypto/crypto directoryBob Beck
2016-09-02add iOS support for getentropyBrent Cook
2016-09-02warn on use of deprecated EVP functionsBrent Cook
2016-09-02missing space after commaTheo Buehler
2016-09-02BN_mod_exp_mont_consttime: check for zero modulus.Brent Cook
2016-09-01remove sparc supportTed Unangst
2016-08-31Crank minor due to API additionBob Beck
2016-08-31Avoid undefined-behavior right-shifting by a word-size # of bits.Brent Cook