openssl.git
2015-03-24 Dr. Stephen... Move 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... Remove old style ASN.1 support.
2015-03-23 Kurt Roeckxreturn unexpected message when receiving kx with kDHr...
2015-03-23 Kurt RoeckxDon't send a for ServerKeyExchange for kDHr and kDHd
2015-03-23 Kurt RoeckxMake sure that cert is never NULL
2015-03-23 Dr. Stephen... Fix build.
2015-03-23 Dr. Stephen... make X509_EXTENSION opaque
2015-03-23 Matt CaswellFix SSL_clear unused return
2015-03-23 Matt Caswellssl3_set_handshake_header returns
2015-03-23 Matt Caswellapps return value checks
2015-03-23 Matt CaswellFix missing return value checks
2015-03-23 Matt CaswellCheck libssl function returns
2015-03-23 Matt CaswellAdd -DDEBUG_UNUSED to --strict-warnings
2015-03-23 Richard LevitteRemove PREFIX, as it's not used any more.
2015-03-23 Richard LevitteActually remove TABLE from version control
2015-03-23 Matt CaswellDon't check curves that haven't been sent
2015-03-23 Dr. Stephen... Remove deleted functions, update ordinals.
2015-03-23 Dr. Stephen... Remove {i2d,d2i}_ASN1_BOOLEAN
2015-03-23 Dr. Stephen... Remove old ASN.1 code.
2015-03-23 Andy Polyakovsha/asm/sha256-armv4.pl: adapt for use in Linux kernel...
2015-03-21 Richard LevitteRefer to $table{$target} rather than $table{$t}.
2015-03-20 Dr. Stephen... Add AES unwrap test with invalid key.
2015-03-20 Dr. Stephen... Fix memory leak.
2015-03-20 Richard GodbeeCRYPTO_128_unwrap(): Fix refactoring damage
2015-03-20 Richard Godbeewrap128.c: Fix Doxygen comments
2015-03-20 Matt CaswellAdd DTLS tests to make test
2015-03-20 David WoodhouseAdd DTLS support to ssltest
2015-03-20 David WoodhouseAdd DTLS to SSL_get_version
2015-03-19 Richard LevitteIf the target is an old style debug- target, it will...
2015-03-19 Matt CaswellFix a failure to NULL a pointer freed on error.
2015-03-19 Matt CaswellUpdate NEWS
2015-03-19 Matt CaswellUpdate CHANGES
2015-03-19 Emilia KasperPKCS#7: avoid NULL pointer dereferences with missing...
2015-03-19 Dr. Stephen... Fix ASN1_TYPE_cmp
2015-03-19 Matt CaswellFix DHE Null CKE vulnerability
2015-03-19 Dr. Stephen... Fix for CVE-2015-0291
2015-03-19 Dr. Stephen... Reject invalid PSS parameters.
2015-03-19 Dr. Stephen... Free up ADB and CHOICE if already initialised.
2015-03-19 Matt CaswellFix Seg fault in DTLSv1_listen
2015-03-19 Matt CaswellMultiblock corrupted pointer fix
2015-03-18 Andy PolyakovConfigure: fold related configurations more aggressivel...
2015-03-17 Richard LevitteCorrect the request of debug builds
2015-03-17 Matt CaswellDead code removal from apps
2015-03-17 Matt CaswellRemove dead code from crypto
2015-03-17 Matt CaswellFix probable_prime over large shift
2015-03-17 Matt CaswellFix unintended sign extension
2015-03-17 Matt CaswellFix seg fault in s_time
2015-03-17 Matt CaswellAdd sanity check to PRF
2015-03-17 Matt CaswellFix memset call in stack.c
2015-03-17 Matt CaswellMove malloc fail checks closer to malloc
2015-03-17 Matt CaswellAdd malloc failure checks
2015-03-16 Richard LevitteDo not keep TABLE in version control.
2015-03-16 Richard LevitteConfiguration cleanup: personal configs
2015-03-16 Richard LevitteUpdated TABLE
2015-03-16 Richard LevitteFind debug- targets that can be combined with their...
2015-03-16 Richard LevitteChange all the main configurations to the new format.
2015-03-16 Richard LevitteRethink templates.
2015-03-16 Richard LevitteProvide a few examples by converting my own strings...
2015-03-16 Richard LevitteAdd base template processing.
2015-03-16 Richard LevitteAdd template reference processing.
2015-03-16 Richard LevitteRewrite Configure to handle the target values as hash...
2015-03-16 Dr. Stephen... Make X509_ATTRIBUTE opaque.
2015-03-15 Carl JacksonFix regression in ASN1_UTCTIME_cmp_time_t
2015-03-15 Rich SalzOPENSSL_NO_EC* merge; missed one file
2015-03-15 Dr. Stephen... Update ordinals, fix error message.
2015-03-15 Kurt RoeckxRemove ssl_cert_inst()
2015-03-14 Andy PolyakovAvoid reading an unused byte after the buffer
2015-03-14 Emilia KasperFix undefined behaviour in shifts.
2015-03-13 Dr. Stephen... Allocate string types directly.
2015-03-13 Petr SpacekFix key wrapping mode with padding to conform to RFC...
2015-03-12 Dr. Stephen... Remove obsolete declarations.
2015-03-12 Dr. Stephen... Update mkstack.pl to match safestack.h
2015-03-12 Dr. Stephen... ASN.1 print fix.
2015-03-12 Dr. Stephen... additional configuration documentation
2015-03-12 Matt CaswellFix RSA_X931_derive_ex
2015-03-12 Matt CaswellSSL_check_chain fix
2015-03-12 Matt CaswellFix missing return checks in v3_cpols.c
2015-03-12 Matt CaswellFix dsa_pub_encode
2015-03-12 Matt CaswellFix dh_pub_encode
2015-03-12 Matt CaswellFix asn1_item_print_ctx
2015-03-12 Matt CaswellASN1_primitive_new NULL param handling
2015-03-12 Matt CaswellFix EVP_DigestInit_ex with NULL digest
2015-03-12 Matt CaswellFix error handling in bn_exp
2015-03-12 Andy Polyakovssl/s3_clnt.c: fix intermittent failures.
2015-03-11 Rich SalzMerge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
2015-03-11 Matt CaswellFix seg fault in ASN1_generate_v3/ASN1_generate_nconf
2015-03-11 Richard LevitteMove Configurations* out of the way and rename them.
2015-03-11 Matt CaswellCleanse buffers
2015-03-10 Emilia KasperHarmonize return values in dtls1_buffer_record
2015-03-10 Richard GodbeeBIO_debug_callback: Fix output on 64-bit machines
2015-03-10 Matt CaswellPrevent handshake with unseeded PRNG
2015-03-09 Dmitry-MeFix wrong numbers being passed as string lengths
2015-03-09 Dr. Stephen... update ordinals
2015-03-09 David WoodhouseWrong SSL version in DTLS1_BAD_VER ClientHello
next