openssl.git
2015-09-12 Dr. Stephen... Constify ECDSA_METHOD_new.
2015-09-12 Dr. Stephen... Check for FIPS mode after loading config.
2015-09-11 John FoleyUse memmove instead of memcpy.
2015-09-11 Dr. Stephen... Use default field separator.
2015-09-10 Emilia KasperRT3754: check for NULL pointer
2015-09-08 Rich SalzRemove bogus CHANGES entries
2015-09-04 Dr. Stephen... Match SUITEB strings at start of cipher list.
2015-09-03 Alessandro... Add initial Travis CI configuration
2015-09-02 Viktor DukhovniCleaner handling of "cnid" in do_x509_check
2015-09-02 Viktor DukhovniBetter handling of verify param id peername field
2015-09-02 Rich SalzRT3767: openssl_button.gif should be PNG
2015-09-01 Hiroyuki YAMAMORIFix DTLS1.2 compression
2015-09-01 Hiroyuki YAMAMORIFix DTLS1.2 buffers
2015-09-01 Matt CaswellFix session resumption
2015-09-01 Matt CaswellFix building with OPENSSL_NO_TLSEXT.
2015-09-01 Tim ZhangFix the comment for POINT_CONVERSION_UNCOMPRESSED
2015-09-01 Emilia KasperAdd missing CHANGES entry for 1.0.2
2015-09-01 Emilia KasperRT4002: check for NULL cipher in p12_crpt.c
2015-09-01 Emilia KasperRT 3493: fix RSA test
2015-08-31 Richard LevitteIgnore .dir-locals.el
2015-08-31 mrprecheck bn_new return value
2015-08-31 Ben KadukGH367 follow-up, for more clarity
2015-08-31 Emilia KasperBN_mod_exp_mont_consttime: check for zero modulus.
2015-08-31 Richard LevitteRemove auto-fill-mode
2015-08-31 Richard LevitteAdd an example .dir-locals.el
2015-08-31 Richard LevitteAdd emacs CC mode style for OpenSSL
2015-08-31 Emilia Kasperbntest: don't dereference the |d| array for a zero...
2015-08-30 Rich SalzRemove the "times" directory.
2015-08-28 Alessandro... GH354: Memory leak fixes
2015-08-28 Ismo PuustinenGH367: Fix dsa keygen for too-short seed
2015-08-26 Hubert KarioGH351: -help text for some s_client/s_server flags
2015-08-26 David BrodskiFixed problem with multiple load-unload of comp zlib
2015-08-26 Viktor DukhovniGH correct organizationalUnitName
2015-08-26 Alessandro... GH371: Print debug info for ALPN extension
2015-08-26 Matt CaswellFix DTLS session ticket renewal
2015-08-25 Markus RinneRT4019: Duplicate -hmac flag in dgst.pod
2015-08-25 Rich SalzGH372: Remove duplicate flags
2015-08-17 Richard LevitteAdd new types to indent.pro
2015-08-17 Rich SalzGH345: Remove stderr output
2015-08-16 Rich SalzMove FAQ to the web.
2015-08-14 Dr. Stephen... Update docs.
2015-08-14 Dr. Stephen... Documentation for SSL_check_chain()
2015-08-14 Rich SalzFix 1.0.2 build break
2015-08-13 Ismo PuustinenGH364: Free memory on an error path
2015-08-12 Dr. Stephen... Return error for unsupported modes.
2015-08-12 Dr. Stephen... Fix memory leak if setup fails.
2015-08-12 Dr. Stephen... Err isn't always malloc failure.
2015-08-11 Matt CaswellFix "make test" seg fault with SCTP enabled
2015-08-11 Matt CaswellFix missing return value checks in SCTP
2015-08-11 Matt CaswellCheck for 0 modulus in BN_MONT_CTX_set
2015-08-11 Guy Leaver... Fix seg fault with 0 p val in SKE
2015-08-08 David WoodhouseRT3998: fix X509_check_host.pod release to 1.0.2
2015-08-06 Anton BlanchardRT3990: Fix #include path.
2015-08-04 Matt CaswellFix warning when compiling with no-ec2m
2015-08-01 Dirk WetterGH336: Return an exit code if report fails
2015-07-31 Loganaden VelvindronClear BN-mont values when free'ing it.
2015-07-31 Rich SalzVarious doc fixes from GH pull requests
2015-07-31 Nicholas CooperRT3959: Fix misleading comment
2015-07-30 Dr. Stephen... use X9.31 keygen by default in FIPS mode
2015-07-30 Matt CaswellFix write failure handling in DTLS1.2
2015-07-30 Martin VejnarRT3774: double-free in DSA
2015-07-29 Rich SalzTweak README about rt and bug reporting.
2015-07-27 Matt CaswellFix SSL_set_session_ticket_ext when used with SSLv23_method
2015-07-27 Matt CaswellAdd test for SSL_set_session_ticket_ext
2015-07-23 Emilia Kasperrsaz_exp.h: align license with the rest of the contribution
2015-07-15 manchaFix author credit for e5c0bc6
2015-07-15 Rich SalzRevert "Missing perldoc markup around < literal"
2015-07-15 Ernie HersheyGH322: Fix typo in generated comment.
2015-07-14 GitHub UserMissing perldoc markup around < literal
2015-07-13 Richard LevitteConversion to UTF-8 where needed
2015-07-13 Richard LevitteSmall script to re-encode files that need it to UTF-8
2015-07-13 Richard LevitteRemove extra '; \' in apps/Makefile
2015-07-10 Richard LevitteSet numeric IDs for tar as well
2015-07-10 Richard LevitteStop using tardy
2015-07-09 Dr. Stephen... correct example
2015-07-09 Peter WaltenbergExit on error in ecparam
2015-07-09 Dr. Stephen... Sort @sstacklst correctly.
2015-07-09 Matt CaswellPrepare for 1.0.2e-dev
2015-07-09 Matt CaswellPrepare for 1.0.2d release OpenSSL_1_0_2d
2015-07-09 Matt CaswellUpdate CHANGES and NEWS for the new release
2015-07-07 Matt CaswellAdd documentation for some missing verify options
2015-07-07 Matt CaswellReject calls to X509_verify_cert that have not been...
2015-07-07 Matt CaswellAdd test for CVE-2015-1793
2015-07-07 Matt CaswellFix alternate chains certificate forgery issue
2015-07-06 Dr. Stephen... Relax CCM tag check.
2015-07-06 Dr. Stephen... document -2 return value
2015-07-02 Dr. Stephen... Fix PSK handling.
2015-06-29 Dr. Stephen... Check for errors with SRP
2015-06-25 Dr. Stephen... Don't output bogus errors in PKCS12_parse
2015-06-24 Dr. Stephen... Add docs for ssl verification parameter functions.
2015-06-23 Vitezslav CizekGH297: Fix NAME section of SSL_CTX_use_serverinfo.pod
2015-06-23 Rich SalzRT3682: Avoid double-free on OCSP parse error
2015-06-23 Russell WebbRT3856: Fix memory leaks in test code
2015-06-23 Richard Levittemake update
2015-06-23 Richard LevitteRearrange rsaz
2015-06-23 Rich SalzRT3907-fix
2015-06-22 Rich SalzRT3907: avoid "local" in testssl script
2015-06-21 Rich SalzRT3917: add cleanup on an error path
2015-06-21 Richard LevitteCleanup mttest.c : because we no longer use stdio here...
2015-06-21 Richard LevitteAdd -ldl to the build of mttest.c
next