Add HTTP GET support to OCSP server
[openssl.git] / crypto /
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
2015-03-31 Richard LevitteRemove SSL_TASK, the DECnet Based SSL Engine
2015-03-31 Dr. Stephen HensonRemove old ASN.1 code from evp_asn1.c
2015-03-31 Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31 Richard LevitteStop symlinking, move files to intended directory
2015-03-31 Douglas E EngertEnsure EC private keys retain leading zeros
2015-03-30 Dr. Stephen HensonRemove duplicate code.
2015-03-30 Dr. Stephen HensonNew ASN1_TYPE SEQUENCE functions.
2015-03-30 Dr. Stephen HensonRewrite X509_PKEY_new to avoid old ASN1. macros.
2015-03-30 Dr. Stephen HensonRemove unnecessary asn1_mac.h includes.
2015-03-29 Andy Polyakovsha/asm/sha512-armv4.pl: adapt for use in Linux kernel...
2015-03-29 Andy Polyakovsha/asm/sha256-armv4.pl: fix compile issue in kernel
2015-03-29 Richard LevitteHave a shared library version thats reasonable with...
2015-03-28 Dr. Stephen HensonRemove d2i_X509_PKEY and i2d_X509_PKEY
2015-03-28 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: update commentary with...
2015-03-28 Rich Salzfree NULL cleanup
2015-03-28 Andy PolyakovEngage vpaes-armv8 module.
2015-03-28 Andy PolyakovAdd vpaes-amrv8.pl module.
2015-03-28 Dr. Stephen HensonMake asn1_ex_i2c, asn1_ex_c2i static.
2015-03-26 Dr. Stephen HensonRemove combine option from ASN.1 code.
2015-03-26 Dr. Stephen HensonSimplify DSA public key handling.
2015-03-26 Dr. Stephen HensonMove more internal only functions to asn1_locl.h
2015-03-25 Rich Salzfree NULL cleanup.
2015-03-25 Dr. Stephen Hensonmake update
2015-03-25 Dr. Stephen HensonMove internal only ASN.1 functions to asn1_locl.h
2015-03-25 Dr. Stephen HensonRemove X509_ATTRIBUTE hack.
2015-03-25 Rich Salzfree NULL cleanup
2015-03-25 Dr. Stephen Hensonmake depend
2015-03-25 Dr. Stephen Hensonmake X509_NAME opaque
2015-03-25 Matt CaswellFix HMAC to pass invalid key len test
2015-03-25 Matt CaswellAdd HMAC test for invalid key len
2015-03-25 Matt CaswellEnsure that both the MD and key have been initialised...
2015-03-25 Matt CaswellAdd more HMAC tests
2015-03-25 Matt CaswellDeprecate RAND_pseudo_bytes
2015-03-25 Matt CaswellRAND_bytes updates
2015-03-25 Rich Salzfree NULL cleanup
2015-03-24 Dr. Stephen HensonFix verify algorithm.
2015-03-24 Dr. Stephen Hensonmake ASN1_OBJECT opaque
2015-03-24 Dr. Stephen HensonMake OCSP response verification more flexible.
2015-03-24 Dr. Stephen Hensonmake depend
2015-03-24 Dr. Stephen HensonMove some EVP internals to evp_int.h
2015-03-24 Dr. Stephen HensonMove some ASN.1 internals to asn1_int.h
2015-03-24 Rich Salzfree NULL cleanup
2015-03-24 Mike FrysingerFix malloc define typo
2015-03-24 Richard LevitteUse OPENSSL_malloc rather than malloc/calloc
2015-03-24 Richard LevitteFix eng_cryptodev to not depend on BN internals.
2015-03-24 Richard LevitteAdjust include path
2015-03-24 Richard LevitteJPAKE Makefile missing 'files' target
2015-03-23 Dr. Stephen HensonRemove old style ASN.1 support.
2015-03-23 Dr. Stephen HensonFix build.
2015-03-23 Dr. Stephen Hensonmake X509_EXTENSION opaque
2015-03-23 Dr. Stephen HensonRemove deleted functions, update ordinals.
2015-03-23 Dr. Stephen HensonRemove {i2d,d2i}_ASN1_BOOLEAN
2015-03-23 Dr. Stephen HensonRemove old ASN.1 code.
2015-03-23 Andy Polyakovsha/asm/sha256-armv4.pl: adapt for use in Linux kernel...
2015-03-20 Dr. Stephen HensonAdd AES unwrap test with invalid key.
2015-03-20 Dr. Stephen HensonFix memory leak.
2015-03-20 Richard GodbeeCRYPTO_128_unwrap(): Fix refactoring damage
next