Increase buffer size for passwords in pkcs12 CLI
[openssl.git] / crypto /
2015-06-06 Dr. Stephen HensonCheck ASN1_INTEGER_get for errors.
2015-06-04 Rich SalzSet error code, no fprintf stderr, on errors.
2015-06-04 Rich SalzRename all static TS_xxx to ts_xxx
2015-06-04 Matt CaswellFix off-by-one error in BN_bn2hex
2015-06-03 Dr. Stephen Hensonmake update.
2015-06-03 Sergey AgievichAdd funtions to set item_sign and item_verify
2015-06-02 Matt CaswellFix compilation failure for some tool chains
2015-06-02 Annie YousarRT3230: Better test for C identifier
2015-06-02 Per AllanssonFix IP_MTU_DISCOVER typo
2015-05-29 Peter DettmanFix build errors with enable-ec_nistp_64_gcc_128
2015-05-28 Dr. Stephen Hensoncheck for error when creating PKCS#8 structure
2015-05-28 Rich SalzUse enum for X509_LOOKUP_TYPE
2015-05-26 Dr. Stephen Hensonmake update
2015-05-26 Dr. Stephen HensonAdd function PKCS8_set0_pbe
2015-05-26 Dr. Stephen HensonError if memory limit exceeded.
2015-05-26 Dr. Stephen HensonFix memory leak.
2015-05-26 Matt CaswellHandle unsigned struct timeval members
2015-05-26 Billy Brumleyfix copy paste error in ec_GF2m function prototypes
2015-05-26 Andy Polyakovbn/bn_lcl.h: fix MIPS-specific gcc version check.
2015-05-24 Andy Polyakovbn/asm/x86_64-mont5.pl: fix valgrind error.
2015-05-24 Andy Polyakovbn/bn_gf2m.c: appease STACK, unstable code detector.
2015-05-22 Matt CaswellFix off-by-one in BN_rand
2015-05-22 Matt CaswellReject negative shifts for BN_rshift and BN_lshift
2015-05-22 Richard LevitteFix the update target and remove duplicate file updates
2015-05-21 Dr. Stephen Hensonmake update
2015-05-21 Dr. Stephen HensonAdd scrypt PBE algorithm code.
2015-05-21 Dr. Stephen HensonAdd scrypt OID from draft-josefsson-scrypt-kdf-03
2015-05-20 Kurt RoeckxCorrectly check for export size limit
2015-05-20 Dr. Stephen HensonAdd functions to convert between uint64_t and ASN1_INTEGER.
2015-05-20 Dr. Stephen Hensonmake update
2015-05-20 Dr. Stephen HensonAdd scrypt support.
2015-05-20 Andy Polyakovbn/asm/vis3-mont.pl: fix intermittent EC failures on...
2015-05-18 Dr. Stephen HensonASN1 INTEGER refactor.
2015-05-16 Matt CaswellServer side version negotiation rewrite
2015-05-14 Richard Levittemake depend
2015-05-14 Richard LevitteAdd -Iinclude to crypto/ compiles
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-14 Richard Levittemake depend
2015-05-14 Richard LevitteIdentify and move OpenSSL internal header files
2015-05-14 Dr. Stephen Hensonuse unit64_t for CPUID and timestamp code
2015-05-13 Rich SalzRT3841: memset() cipher_data when allocated
2015-05-13 Andy Polyakovbn/Makefile: give MacOS X hand to compiler armv8-mont...
2015-05-13 Andy Polyakovbn/asm/armv8-mont.pl: boost performance.
2015-05-13 Andy Polyakovaes/asm/bsaes-armv7.pl: fix compilation with Xcode...
2015-05-13 Andy Polyakovaes/asm/aesni-sha256-x86_64.pl: fix Windows compilation...
2015-05-13 Hanno BöckCall of memcmp with null pointers in obj_cmp()
2015-05-13 Matt CaswellRemove remaining Kerberos references
2015-05-13 Matt CaswellRemove Kerberos support from libcrypto
2015-05-13 Matt CaswellRemove Kerberos support from libssl
2015-05-13 Gunnar KudrjavetsFix the heap corruption in libeay32!OBJ_add_object.
2015-05-12 Rich SalzMake COMP_CTX and COMP_METHOD opaque
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-11 Kurt CancemiAdd missing NULL check in X509V3_parse_list()
2015-05-07 Viktor DukhovniFix typo in valid_star
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-06 Rich SalzMake sig_app, sigx_app static
2015-05-06 Gunnar KudrjavetsInitialize potentially uninitialized local variables
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-06 Richard LevitteZLIB compression deserves a better comment
2015-05-05 Richard Levittemake update
2015-05-05 Richard LevitteRemove the last traces of the fake RLE compression
2015-05-05 Matt Caswellmake update
2015-05-05 Matt CaswellRemove libcrypto to libssl dependency
2015-05-04 Rich SalzRemove the fake RLE compression method.
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-04 Rich SalzFix cut/paste error
2015-05-04 Dr. Stephen HensonReturn an error in ASN1_TYPE_unpack_sequence if argumen...
2015-05-04 Dr. Stephen Hensonmore OSSL_NELEM cases
2015-05-03 Rich Salzfix various typo's
2015-05-03 Dr. Stephen HensonAdd OSSL_NELEM macro.
2015-05-02 Dr. Stephen Hensonmake X509_VERIFY_PARAM opaque
2015-05-02 Gilles KhouzamRT3820: Don't call GetDesktopWindow()
2015-05-02 Rich SalzRT3776: Wrong size for malloc
2015-05-02 Rich SalzRemove outdated RC4 files
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich SalzRemove goto inside an if(0) block
2015-05-01 Rich Salzfree NULL cleanup 11
2015-05-01 Rich Salzfree null cleanup finale
2015-05-01 Rich Salzfree NULL cleanup 7
2015-04-30 Matt CaswellFix buffer overrun in RSA signing
2015-04-30 Matt CaswellAdd sanity check to print_bin function
2015-04-30 Matt CaswellClarify logic in BIO_*printf functions
2015-04-30 Matt CaswellSanity check EVP_EncodeUpdate buffer len
2015-04-30 Matt CaswellSanity check EVP_CTRL_AEAD_TLS_AAD
2015-04-30 Matt CaswellSanity check DES_enc_write buffer length
2015-04-30 Rich Salzfree cleanup 12
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-30 Rich Salzfree NULL cleanup 8
2015-04-28 Rich Salzrealloc of NULL is like malloc
2015-04-28 Rich Salzremove malloc casts
2015-04-28 Rich SalzERR_ cleanup
2015-04-28 Emilia KasperNISTZ256: owur'ize.
2015-04-27 Emilia KasperNISTZ256: use EC_POINT API and check errors.
2015-04-27 Rich SalzCRYPTO_mem_leaks should ignore it's BIO argument.
2015-04-27 Emilia KasperNISTZ256: don't swallow malloc errors
2015-04-27 Emilia KasperNISTZ256: set Z_is_one to boolean 0/1 as is customary.
2015-04-27 Emilia KasperError checking and memory leak fixes in NISTZ256.
2015-04-24 Rich SalzBig apps cleanup (option-parsing, etc)
2015-04-24 Emilia KasperFix error checking and memory leaks in NISTZ256 precomp...
next