aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()Richard Levitte2016-05-182-9/+23
* OID code tidy up.Dr. Stephen Henson2016-05-183-58/+48
* Add some error messages for malloc failsMatt Caswell2016-05-188-7/+33
* Better checks for malloc failure in various METHOD functionsMatt Caswell2016-05-184-7/+54
* Fix some malloc failures in b_addr.cMatt Caswell2016-05-181-4/+18
* Fix a NULL dereference in chacha20_poly1305_init_key()Kazuki Yamaguchi2016-05-181-9/+13
* Manual fixes after copyright consolidationRich Salz2016-05-1730-1255/+167
* X509_STORE_CTX accessors.Rich Salz2016-05-173-69/+72
* Copyright consolidation 05/10Rich Salz2016-05-1794-4205/+569
* Copyright consolidation 09/10Rich Salz2016-05-17207-10260/+1217
* Copyright consolidation 08/10Rich Salz2016-05-1796-4956/+536
* Copyright consolidation 07/10Rich Salz2016-05-1797-4886/+546
* Copyright consolidation 06/10Rich Salz2016-05-1796-4662/+595
* Copyright consolidation 04/10Rich Salz2016-05-1792-4697/+534
* Copyright consolidation 03/10Rich Salz2016-05-171-53/+5
* Remove repeated condition from if in X509_NAME_onelineMatt Caswell2016-05-171-1/+1
* ARMv8 assembly pack: add OPENSSL_cleanse.Andy Polyakov2016-05-161-0/+31
* Remove an unneccessary check of cipherMatt Caswell2016-05-161-1/+1
* Use OPENSSL_hexchar2intRich Salz2016-05-166-44/+17
* const correctness: make HMAC_size() take a const *Steffan Karger2016-05-161-1/+1
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-1615-15/+1
* Don't require any length of password when decryptingRichard Levitte2016-05-161-3/+9
* Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY2016-05-164-11/+28
* Fix some missing OBJ_dup failure checks.FdaSilvaYY2016-05-162-2/+2
* Fix engine cryptodev: pointer to IVKirill Marinushkin2016-05-141-1/+1
* Fix OpenSSL_memdup error handlingInsu Yun2016-05-131-12/+15
* DJGPP adjustmentsRichard Levitte2016-05-123-7/+35
* Don't leak memory if realloc fails.Dr. Stephen Henson2016-05-121-2/+4
* Update pkcs8 defaults.Dr. Stephen Henson2016-05-111-1/+1
* Adding missing BN_CTX_(start/end) in crypto/ec/ec_key.cSteven Valdez2016-05-111-1/+3
* Fix i2d_X509_AUX, update docs and add testsViktor Dukhovni2016-05-111-2/+52
* crypto/des: remove obsolete functions.Andy Polyakov2016-05-105-592/+5
* MIPS64 assembly pack: add Poly1305 module.Andy Polyakov2016-05-102-0/+415
* Restore the ERR_remove_thread_state() API and make it a no-opRichard Levitte2016-05-103-4/+10
* Add NULL check in i2d_PrivateKey()Richard Levitte2016-05-091-3/+6
* Fix BIO_eof() for BIO pairsMatt Caswell2016-05-091-8/+7
* fix tab-space mixed indentationFdaSilvaYY2016-05-0910-24/+24
* fix checkJ Mohan Rao Arisankala2016-05-091-1/+1
* few missing allocation failure checks and releases on error pathsJ Mohan Rao Arisankala2016-05-095-8/+16
* memset() doesn't take NULL.Ben Laurie2016-05-071-2/+4
* Constify PKCS12_newpass()Dr. Stephen Henson2016-05-061-9/+11