aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid creating an illegal pointerKurt Roeckx2016-05-221-2/+4
* Avoid creating an illegal pointerKurt Roeckx2016-05-221-1/+5
* Constify stack and lhash macros.Dr. Stephen Henson2016-05-211-6/+7
* Add OpenSSL copyright to .pl filesRich Salz2016-05-21130-130/+1040
* Fix Windows 64 bit crashesMatt Caswell2016-05-201-23/+4
* Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz2016-05-209-166/+154
* Clean up the VMS hacks in crypto/rand/randfile.cRichard Levitte2016-05-201-16/+6
* VMS: setbuf() only takes 32-bit pointersRichard Levitte2016-05-201-4/+40
* Add assembly CRYPTO_memcmp.Andy Polyakov2016-05-1912-11/+318
* rand/randfile.c: remove _XOPEN_SOURCE definition.Andy Polyakov2016-05-191-8/+26
* ok was uninitialised on failure.Ben Laurie2016-05-191-1/+1
* When strict SCT fails record verification failureViktor Dukhovni2016-05-191-0/+2
* make updateViktor Dukhovni2016-05-191-4/+5
* Improve and document low-level PEM read routinesViktor Dukhovni2016-05-191-59/+98
* Fix SRP client key computationCynh2016-05-181-2/+2
* Cleanup openssl.ecRichard Levitte2016-05-181-2/+1
* Ensure verify error is set when X509_verify_cert() failsViktor Dukhovni2016-05-183-9/+48
* make updateRichard Levitte2016-05-181-4/+4