openssl.git
2015-05-01 Rich Salzfree null cleanup finale
2015-05-01 Rich SalzFix some typo's, silence warnings.
2015-05-01 Rich SalzRewrite CA.pl.in
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 CaswellAdd sanity check to ssl_get_prev_session
2015-04-30 Matt CaswellSanity check the return from final_finish_mac
2015-04-30 Matt CaswellAdd sanity check in ssl3_cbc_digest_record
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 Matt Caswellmake update
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-30 Rich SalzIn apps, malloc or die
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-30 Rich Salzfree NULL cleanup 8
2015-04-30 Rich SalzFix bug, "what mode" test was wrong.
2015-04-30 Matt CaswellFix windows build
2015-04-30 Matt CaswellRemove redundant includes from dtls1.h
2015-04-29 Rich SalzAdd HTTP GET support to OCSP server
2015-04-29 Rich SalzRewrite parse_name
2015-04-29 Rich Salzuse isxdigit and apps_tohex
2015-04-29 Rich SalzRemove needless bio_err argument
2015-04-29 Rich SalzMake "make rehash" quiet
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 Richard LevitteAllow for types with leading underscore when checking...
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-27 Emilia KasperFix Wmaybe-uninitialized: initialize variable
2015-04-27 Richard LevitteFix the check of test apps in util/mk1mf.pl
2015-04-27 Richard LevitteSmall fixes after the Big apps cleanup
2015-04-27 Rich SalzAdd readline (etc) support
2015-04-27 Rich SalzSimplify parse_yesno; remove local variable
2015-04-27 Rich SalzFix typo in help & comment formatting
2015-04-26 Rich SalzFix error message
2015-04-26 Rich SalzFix main build breakage.
2015-04-26 Rich SalzRemove the special list-xxxx commands
2015-04-26 Rich SalzRT2962: add -keytab and -krb5svc flags.
2015-04-26 Rich SalzFree malloc data on encoding errors.
2015-04-25 Rich Salzapps-cleanup: the doc fixes
2015-04-25 Rich SalzQuote HTML entities in s_server output
2015-04-25 Rich SalzRT2206: Add -issuer flag to ocsp command
2015-04-25 Rich SalzRemove EFENCE support.
2015-04-25 Rich SalzRT2451: Add telnet to s_client -starttls
2015-04-25 Rich SalzAdd -nocommands to s_client.
2015-04-25 Rich Salzfewer NO_ENGINE #ifdef's
2015-04-25 Rich SalzAdd missing BIO_flush() calls
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-22 Dr. Stephen... SSL_CIPHER lookup functions.
2015-04-21 Rich SalzAvoid "no config file" warning message
2015-04-21 Rich Salzssltest output cleanup
2015-04-21 Richard Levittetest/Makefile dclean cleans out a few files too many.
2015-04-21 Emilia KasperRepair EAP-FAST session resumption
2015-04-21 Andy PolyakovEngage ec/asm/ecp_nistz256-sparcv9 module.
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 PolyakovConfigure: Engage ecp_nistz256-armv8 module.
2015-04-20 Andy PolyakovAdd ecp_nistz256-armv8 module.
2015-04-20 Andy PolyakovConfigure: add initial support for 64-bit Android.
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 PolyakovConfigure: engage ARMv8 Montgomery multiplication module.
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-20 Rich SalzRemove SET oid config file and SET certs
2015-04-20 Rich SalzUse 2K RSA and SHA256 in tests
2015-04-18 Dr. Stephen... Fix encoding bug in i2c_ASN1_INTEGER
2015-04-17 Emilia KasperError out immediately on empty ciphers list.
2015-04-17 Emilia KasperUse -Wall -Wextra with clang
2015-04-17 Viktor DukhovniSunOS non-posix shells do not grok export name=value
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-04-16 Emilia KasperRemove code for deleted function from ssl.h
2015-04-16 Dr. Stephen... Reject empty generation strings.
2015-04-16 Dr. Stephen... Limit depth of nested sequences when generating ASN.1
2015-04-15 Dr. Stephen... Remove obsolete options for debug-steve*
2015-04-15 Dr. Stephen... Add -Wtype-limits to strict warnings.
2015-04-15 Emilia KasperInitialize variable
2015-04-14 Matt CaswellFix ssl_get_prev_session overrun
2015-04-14 Matt CaswellCheck for ClientHello message overruns
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-11 Rich Salzfree NULL cleanup 10
2015-04-10 Kurt CancemiThe wrong ifdef is used to guard usage of PSK code
next