summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2015-06-04Fix off-by-one error in BN_bn2hexMatt Caswell
2015-06-03make updateDr. Stephen Henson
2015-06-03Add funtions to set item_sign and item_verifySergey Agievich
2015-06-02Fix compilation failure for some tool chainsMatt Caswell
2015-06-02RT3230: Better test for C identifierAnnie Yousar
2015-06-02Fix IP_MTU_DISCOVER typoPer Allansson
2015-05-28check for error when creating PKCS#8 structureDr. Stephen Henson
2015-05-26Handle unsigned struct timeval membersMatt Caswell
2015-05-26fix copy paste error in ec_GF2m function prototypesBilly Brumley
2015-05-26bn/bn_lcl.h: fix MIPS-specific gcc version check.Andy Polyakov
2015-05-24bn/asm/x86_64-mont5.pl: fix valgrind error.Andy Polyakov
2015-05-24bn/bn_gf2m.c: appease STACK, unstable code detector.Andy Polyakov
2015-05-24bn/asm/vis3-mont.pl: fix intermittent EC failures on SPARC T3.Andy Polyakov
2015-05-23Fix the update target and remove duplicate file updatesRichard Levitte
2015-05-22Fix off-by-one in BN_randMatt Caswell
2015-05-22Reject negative shifts for BN_rshift and BN_lshiftMatt Caswell
2015-05-20Correctly check for export size limitKurt Roeckx
2015-05-13Add NULL checks from masterRich Salz
2015-05-13aes/asm/aesni-sha256-x86_64.pl: fix Windows compilation failure with old asse...Andy Polyakov
2015-05-13Call of memcmp with null pointers in obj_cmp()Hanno Böck
2015-05-11Add missing NULL check in X509V3_parse_list()Kurt Cancemi
2015-05-07Fix typo in valid_starViktor Dukhovni
2015-05-05Remove libcrypto to libssl dependencyMatt Caswell
2015-05-04Fix cut/paste errorRich Salz
2015-05-02RT3820: Don't call GetDesktopWindow()Gilles Khouzam
2015-05-02RT3776: Wrong size for mallocRich Salz
2015-04-30Fix buffer overrun in RSA signingMatt Caswell
2015-04-30Add sanity check to print_bin functionMatt Caswell
2015-04-30Clarify logic in BIO_*printf functionsMatt Caswell
2015-04-30Sanity check EVP_EncodeUpdate buffer lenMatt Caswell
2015-04-30Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell
2015-04-30Sanity check DES_enc_write buffer lengthMatt Caswell
2015-04-29Revert "Fix verify algorithm."Matt Caswell
2015-04-27NISTZ256: use EC_POINT API and check errors.Emilia Kasper
2015-04-27NISTZ256: don't swallow malloc errorsEmilia Kasper
2015-04-27NISTZ256: set Z_is_one to boolean 0/1 as is customary.Emilia Kasper
2015-04-27Error checking and memory leak fixes in NISTZ256.Emilia Kasper
2015-04-24Fix error checking and memory leaks in NISTZ256 precomputation.Emilia Kasper
2015-04-24Correctly set Z_is_one on the return value in the NISTZ256 implementation.Emilia Kasper
2015-04-22Fix CRYPTO_strdupLoganaden Velvindron
2015-04-21make updateEmilia Kasper
2015-04-20aes/asm/aesni-x86.pl: fix typo affecting Windows build.Andy Polyakov
2015-04-20aes/asm/aesni-x86[_64].pl update.Andy Polyakov
2015-04-20Fix verify algorithm.Dr. Stephen Henson
2015-04-20Add flag to inhibit checking for alternate certificate chains. Setting thisMatt Caswell
2015-04-20In certain situations the server provided certificate chain may no longer beMatt Caswell
2015-04-18Fix encoding bug in i2c_ASN1_INTEGERDr. Stephen Henson
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-04-16Limit depth of nested sequences when generating ASN.1Dr. Stephen Henson
2015-04-16Reject empty generation strings.Dr. Stephen Henson