aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tidy up PKCS12_newpass() fix memory leaks.Dr. Stephen Henson2016-05-061-37/+36
* Only set CMS parameter when encryptingDr. Stephen Henson2016-05-061-15/+16
* RT3513: req doesn't display attributes using utf8stringisnotnick2016-05-061-0/+1
* poly1305/asm/poly1305-x86_64.pl: contain symbols within shared lib.Andy Polyakov2016-05-061-0/+4
* poly1305/asm/poly1305-x86_64.pl: make it cross-compile.Andy Polyakov2016-05-061-4/+4
* Use default ASN.1 for SEED.Dr. Stephen Henson2016-05-051-1/+2
* typoDr. Stephen Henson2016-05-051-1/+1
* Always try to set ASN.1 parameters for CMS.Dr. Stephen Henson2016-05-051-11/+14
* Document inversion ladder in curve25519Emilia Kasper2016-05-051-11/+42
* Script changed; update the generated file.Rich Salz2016-05-051-1/+0
* support embed in ASN.1 printDr. Stephen Henson2016-05-041-0/+11
* Fix name length limit check.Dr. Stephen Henson2016-05-041-4/+2
* DEFINE_STACK_OF(ASN1_UTF8STRING) moved from ts_lcl.h to asn1.hMarek Klein2016-05-041-2/+0
* Handle malloc failures in BIO_acceptMatt Caswell2016-05-041-4/+14
* reject zero block length in PKCS12 keygenDr. Stephen Henson2016-05-041-1/+1
* Fix Blake block lengthDr. Stephen Henson2016-05-042-2/+2
* Fix double free in d2i_PrivateKey().Dr. Stephen Henson2016-05-041-3/+5
* Alpha assembly pack: make it work on Linux.Andy Polyakov2016-05-044-4/+4
* MIPS assembly pack: fix MIPS64 assembler warnings.Andy Polyakov2016-05-043-9/+13
* Tru64 fixes.Andy Polyakov2016-05-031-1/+1
* Drop duplicate ctx->verify_cb assignmentViktor Dukhovni2016-05-031-4/+3
* Check that we have enough padding characters.Kurt Roeckx2016-05-032-0/+6
* Fix ASN1_INTEGER handling.Dr. Stephen Henson2016-05-033-6/+0
* Ensure EVP_EncodeUpdate handles an output length that is too longMatt Caswell2016-05-031-2/+8