summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-06-03BIO_printf() can fail to print the last characterMatt Caswell
2016-06-03cryptodev_asym, zapparams: use OPENSSL_* allocation routines, handle errorsJonas Maebe
2016-06-03Added define for STATUS_SUCCESSMat
2016-06-03Adds casts for 64-bitMat
2016-06-03Define USE_BCRYPTMat
2016-06-03Use BCryptGenRandom on Windows 7 or higherMat
2016-06-03Fix threading issue that at best will leak memoryPauli
2016-06-03chacha/chacha_enc.c: harmonize counter width with subroutine name.Andy Polyakov
2016-06-02Fix test failures when using enable-ubsanMatt Caswell
2016-06-02Tidy up OCSP print handling.Dr. Stephen Henson
2016-06-01Don't leak memory on set_reasons() error pathMatt Caswell
2016-06-01Don't leak memory on int X509_PURPOSE_add() error pathMatt Caswell
2016-06-01Don't leak memory on X509_TRUST_add() error pathMatt Caswell
2016-06-01Don't leak memory on ASN1_item_pack() error pathMatt Caswell
2016-06-01Don't leak memory on ASN1_GENERALIZEDTIME_adj() error pathMatt Caswell
2016-06-01Don't leak memory in v2i_POLICY_MAPPINGS() on error pathMatt Caswell
2016-06-01Don't leak memory from notice_section function on error pathMatt Caswell
2016-06-01Don't leak memory in v2i_AUTHORITY_KEYIDMatt Caswell
2016-06-01Free buffer on error in a2i_ASN1_INTEGER()Matt Caswell
2016-06-01Free tempory data on error in ec_wNAF_mul()Matt Caswell
2016-06-01Remove/rename some old files.Rich Salz
2016-06-01Add final(?) set of copyrights.Rich Salz
2016-06-01Fix some RAND bugsRich Salz
2016-06-01RT4337: Crash in DESRich Salz
2016-06-01Fix printing of DH ParametersMatt Caswell
2016-06-01Raise an Err when CRYPTO_THREAD_lock_new failsFdaSilvaYY
2016-06-01OpenBSD doesn't have ucontext.h so don't try and include itMatt Caswell
2016-05-31Updates from reviewMat
2016-05-31Fix: PEM_read_bio_PrivateKey with no-ui / no-stdioMat
2016-05-31Parameter copy sanity checks.Dr. Stephen Henson
2016-05-30Make sure max in fmtstr() doesn't overflow into negativityRichard Levitte
2016-05-29add removed functions back as deprecatedJoey Yandle
2016-05-29get rid of unnecessary includeJoey Yandle
2016-05-29remove RAND_screen and friendsJoey Yandle
2016-05-29cherry pick pr-512 changesJoey Yandle
2016-05-29OR flags with CRYPT_SILENT to really make sure no UI pops upJoey Yandle
2016-05-29fix endif commentJoey Yandle
2016-05-29remove all WINCE ifdefsJoey Yandle
2016-05-29- remove insane heap walk and kernel loading code; clean up style and calling...Joey Yandle
2016-05-29x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov
2016-05-29Add more zallocFdaSilvaYY
2016-05-29Fix some missing initsFdaSilvaYY
2016-05-28poly1305/asm/poly1305-mips.pl: adhere to standard frame layout.Andy Polyakov
2016-05-28SPARC assembly pack: add missing .type directives.Andy Polyakov
2016-05-28Change a call of OPENSSL_strcasecmp to strcasecmpRichard Levitte
2016-05-28Remove internal functions OPENSSL_strcasecmp and OPENSSL_strncasecmpRichard Levitte
2016-05-27crypto/o_str.c: add _GNU_SOURCE strerror_r case.Andy Polyakov
2016-05-27crypto/o_str.c: strerror_s is provided by specific compiler run-time,Andy Polyakov
2016-05-27bn/bn_exp.c: explain 'volatile' in MOD_EXP_CTIME_COPY_FROM_PREBUF.Andy Polyakov
2016-05-27bf/build.info: engage assembly module.Andy Polyakov