Move signing digest out of CERT.
[openssl.git] / crypto /
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...
2015-04-24 Emilia KasperCorrectly set Z_is_one on the return value in the NISTZ...
2015-04-22 Loganaden VelvindronFix CRYPTO_strdup
2015-04-21 Andy PolyakovAdd ec/asm/ecp_nistz256-sparcv9.pl.
2015-04-21 Andy Polyakovmodes/asm/ghashv8-armx.pl: additional performance data.
2015-04-20 Andy Polyakovaes/asm/aesni-x86.pl: fix typo affecting Windows build.
2015-04-20 Andy Polyakovaes/asm/aesni-x86[_64].pl update.
2015-04-20 Andy PolyakovAdd assembly support for 32-bit iOS.
2015-04-20 Andy PolyakovAdd ecp_nistz256-armv8 module.
2015-04-20 Andy Polyakovcrypto/ec/ecp_nistp[224|521].c: fix formatting.
2015-04-20 Andy Polyakovec/ecp_nistp*.c: fix SEGVs.
2015-04-20 Andy PolyakovAdd ARMv8 Montgomery multiplication module.
2015-04-20 Andy Polyakovaes/asm/vpaes-armv8.pl: make it compile on iOS.
2015-04-18 Dr. Stephen HensonFix encoding bug in i2c_ASN1_INTEGER
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-04-16 Dr. Stephen HensonReject empty generation strings.
2015-04-16 Dr. Stephen HensonLimit depth of nested sequences when generating ASN.1
2015-04-11 Rich Salzfree NULL cleanup 9
2015-04-11 Rich SalzFix memory leak
2015-04-11 Kurt Roeckxdo_dirname: Don't change gen on failures
2015-04-11 Kurt RoeckxX509_VERIFY_PARAM_free: Check param for NULL
2015-04-10 Dr. Stephen HensonDon't set *pval to NULL in ASN1_item_ex_new.
2015-04-10 Dr. Stephen HensonFix ECDH key identifier support.
2015-04-04 Richard LevitteAppease clang -Wshadow
2015-04-04 Richard LevitteAppease clang -Wempty-translation-unit
2015-04-03 Dr. Stephen Hensonmake depend
2015-04-03 Dr. Stephen HensonRemove old ASN.1 functions.
2015-04-03 Dr. Stephen HensonRemove unnecessary use of ASN1_const_CTX
2015-04-02 Andy Polyakovmodes/asm/ghashv8-armx.pl: up to 90% performance improv...
2015-04-02 Andy Polyakovsha/asm/sha*-armv8.pl: add Denver and X-Gene esults.
2015-04-02 Andy Polyakovaes/asm/aesv8-armx.pl: optimize for Cortex-A5x.
2015-04-02 Andy Polyakovperlasm/arm-xlate.pl update (fix end-less loop and...
2015-04-01 Emilia Kaspermake update
next