aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* BIO_printf() can fail to print the last characterMatt Caswell2016-06-031-3/+9
* cryptodev_asym, zapparams: use OPENSSL_* allocation routines, handle errorsJonas Maebe2016-06-031-6/+13
* Added define for STATUS_SUCCESSMat2016-06-031-5/+8
* Adds casts for 64-bitMat2016-06-031-3/+3
* Define USE_BCRYPTMat2016-06-031-5/+7
* Use BCryptGenRandom on Windows 7 or higherMat2016-06-031-7/+19
* Fix threading issue that at best will leak memoryPauli2016-06-031-0/+3
* chacha/chacha_enc.c: harmonize counter width with subroutine name.Andy Polyakov2016-06-031-3/+7
* Fix test failures when using enable-ubsanMatt Caswell2016-06-021-1/+1
* Tidy up OCSP print handling.Dr. Stephen Henson2016-06-021-8/+11
* Don't leak memory on set_reasons() error pathMatt Caswell2016-06-011-3/+3
* Don't leak memory on int X509_PURPOSE_add() error pathMatt Caswell2016-06-011-3/+10
* Don't leak memory on X509_TRUST_add() error pathMatt Caswell2016-06-011-3/+9
* Don't leak memory on ASN1_item_pack() error pathMatt Caswell2016-06-011-7/+14
* Don't leak memory on ASN1_GENERALIZEDTIME_adj() error pathMatt Caswell2016-06-011-14/+21
* Don't leak memory in v2i_POLICY_MAPPINGS() on error pathMatt Caswell2016-06-011-9/+12
* Don't leak memory from notice_section function on error pathMatt Caswell2016-06-011-0/+1
* Don't leak memory in v2i_AUTHORITY_KEYIDMatt Caswell2016-06-011-0/+4
* Free buffer on error in a2i_ASN1_INTEGER()Matt Caswell2016-06-011-0/+1
* Free tempory data on error in ec_wNAF_mul()Matt Caswell2016-06-011-0/+2
* Remove/rename some old files.Rich Salz2016-06-0122-1161/+0
* Add final(?) set of copyrights.Rich Salz2016-06-0113-37/+83
* Fix some RAND bugsRich Salz2016-06-011-3/+3
* RT4337: Crash in DESRich Salz2016-06-011-33/+18
* Fix printing of DH ParametersMatt Caswell2016-06-011-1/+2
* Raise an Err when CRYPTO_THREAD_lock_new failsFdaSilvaYY2016-06-014-1/+7
* OpenBSD doesn't have ucontext.h so don't try and include itMatt Caswell2016-06-011-1/+3
* Updates from reviewMat2016-05-311-7/+9
* Fix: PEM_read_bio_PrivateKey with no-ui / no-stdioMat2016-05-311-7/+7
* Parameter copy sanity checks.Dr. Stephen Henson2016-05-314-3/+11
* Make sure max in fmtstr() doesn't overflow into negativityRichard Levitte2016-05-301-2/+10
* add removed functions back as deprecatedJoey Yandle2016-05-291-0/+13
* get rid of unnecessary includeJoey Yandle2016-05-291-1/+0
* remove RAND_screen and friendsJoey Yandle2016-05-291-68/+0
* cherry pick pr-512 changesJoey Yandle2016-05-291-95/+0
* OR flags with CRYPT_SILENT to really make sure no UI pops upJoey Yandle2016-05-291-2/+2
* fix endif commentJoey Yandle2016-05-291-1/+1
* remove all WINCE ifdefsJoey Yandle2016-05-291-35/+2
* - remove insane heap walk and kernel loading code; clean up style and calling...Joey Yandle2016-05-291-349/+13
* x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov2016-05-2927-27/+27
* Add more zallocFdaSilvaYY2016-05-295-35/+8
* Fix some missing initsFdaSilvaYY2016-05-295-2/+19
* poly1305/asm/poly1305-mips.pl: adhere to standard frame layout.Andy Polyakov2016-05-281-20/+24
* SPARC assembly pack: add missing .type directives.Andy Polyakov2016-05-283-0/+46
* Change a call of OPENSSL_strcasecmp to strcasecmpRichard Levitte2016-05-281-1/+1
* Remove internal functions OPENSSL_strcasecmp and OPENSSL_strncasecmpRichard Levitte2016-05-281-43/+0
* crypto/o_str.c: add _GNU_SOURCE strerror_r case.Andy Polyakov2016-05-271-1/+3
* crypto/o_str.c: strerror_s is provided by specific compiler run-time,Andy Polyakov2016-05-271-4/+2
* bn/bn_exp.c: explain 'volatile' in MOD_EXP_CTIME_COPY_FROM_PREBUF.Andy Polyakov2016-05-271-0/+8
* bf/build.info: engage assembly module.Andy Polyakov2016-05-271-1/+2