aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid calling memcpy with lenght of 0Kurt Roeckx2016-05-271-3/+4
* Fix fmtstr for BIO_printf() et alRichard Levitte2016-05-271-7/+8
* Prevent an overflow when trying to print excessively big floatsMatt Caswell2016-05-271-4/+8
* Fix implementation of "e" and "g" formats for printing floating pointsMatt Caswell2016-05-271-10/+139
* Fix some issues in b_print.c codeMatt Caswell2016-05-271-4/+16
* fix BN_hex2bn()/BN_dec2bn() memory leakhuangqinjin2016-05-271-2/+2
* Add rfc822Mailbox to string table.Dr. Stephen Henson2016-05-261-0/+6
* Handle Visual C warning about non-standard function names.Richard Levitte2016-05-261-0/+1
* Avoid creating an illegal pointerKurt Roeckx2016-05-251-4/+4
* build.info files: add quotes around any spec that may contain spacesRichard Levitte2016-05-251-1/+1
* Avoid creating an illegal pointerKurt Roeckx2016-05-241-2/+4
* GH919: Fix wrappers for two headersRich Salz2016-05-241-2/+2
* Fix braces in e_aes.c: aes_init_keyTodd Short2016-05-241-1/+2
* Clean up RAND_bytes() callsTodd Short2016-05-241-7/+2
* Fix a mem leak on an error path in OBJ_NAME_add()Matt Caswell2016-05-241-3/+4
* Fix error return value in SRP functionsMatt Caswell2016-05-231-8/+13
* Add error return for OPENSSL_INIT_set_config_filename()Matt Caswell2016-05-231-3/+13
* Use strerror_r()/strerror_s() instead of strerror() where possibleMatt Caswell2016-05-234-7/+37
* #4342: few missing malloc return checks and free in error pathsJ Mohan Rao Arisankala2016-05-233-16/+41
* Remove unused error/function codes.Rich Salz2016-05-2332-676/+63
* VMS: remove last VAX vestigesRichard Levitte2016-05-232-6462/+0
* Support for traditional format private keys.Dr. Stephen Henson2016-05-231-2/+9
* Add checks on CRYPTO_set_ex_data return valueFdaSilvaYY2016-05-231-4/+7
* Fix and simplify error handling in (RSA/EC_kmeth)_new_method()FdaSilvaYY2016-05-232-42/+31
* Remove useless NULL checksFdaSilvaYY2016-05-233-6/+3
* Complete the rename of LHASH functions and typesRichard Levitte2016-05-231-1/+1