openssl.git
2016-02-23 FdaSilvaYYGH714: missing field initialisation
2016-02-19 Dr. Stephen... Fix double free in DSA private key parsing.
2016-02-12 Andy Polyakovmodes/ctr128.c: pay attention to ecount_buf alignment...
2016-02-11 Andy Polyakovutil/mk1mf.pl: use LINK_CMD instead of LINK variable.
2016-02-10 Andy Polyakovms/uplink-x86.pl: make it work.
2016-01-28 Kurt RoeckxFix CHANGES entry about DSA_generate_parameters_ex
2016-01-28 Richard LevitteCorrect number of arguments in BIO_get_conn_int_port...
2016-01-28 Matt CaswellPrepare for 1.0.1s-dev
2016-01-28 Matt CaswellPrepare for 1.0.1r release OpenSSL_1_0_1r
2016-01-28 Richard LevitteTARFILE wasn't correctly set
2016-01-28 Matt CaswellFurther updates to CHANGES and NEWS
2016-01-28 Matt CaswellUpdate CHANGES and NEWS ready for release
2016-01-28 Viktor DukhovniBetter SSLv2 cipher-suite enforcement
2016-01-28 Matt CaswellAlways generate DH keys for ephemeral DH cipher suites
2016-01-19 Richard LevitteFix BSD -rpath parameter
2016-01-19 Alessandro... Validate ClientHello session_id field length and send...
2016-01-19 Prayag VermaUpdate license year range to 2016
2016-01-17 Viktor DukhovniEmpty SNI names are not valid
2016-01-14 Dr. Stephen... To avoid possible time_t overflow use X509_time_adj_ex()
2016-01-10 Kurt RoeckxChange minimum DH size from 768 to 1024
2016-01-10 Kurt RoeckxFile is about s_time, not s_client
2016-01-05 Viktor DukhovniFix X509_STORE_CTX_cleanup()
2015-12-28 Rich SalzRT4202: Update rt URL's.
2015-12-27 Matt CaswellAdd some documentation for the OCSP callback functions
2015-12-27 Matt CaswellEnsure we don't call the OCSP callback if resuming...
2015-12-27 Matt CaswellFix error when server does not send CertificateStatus...
2015-12-22 David BenjaminFix memory leak in DSA redo case.
2015-12-20 Dr. Stephen... Don't check RSA_FLAG_SIGN_VER.
2015-12-19 Richard LevitteBIO_s_datagram() ctrl doesn't support SEEK/TELL, so...
2015-12-19 Richard LevitteCorrect or add comments indicating what controls belong...
2015-12-19 Richard LevitteDocument how BIO_get_conn_ip and BIO_get_conn_int_port...
2015-12-19 Richard LevitteHave BIO_get_conn_int_port use BIO_ctrl instead BIO_int...
2015-12-19 Matt CaswellFix more URLs mangled by reformat
2015-12-19 Matt CaswellFix URLs mangled by reformat
2015-12-18 Richard LevitteRemove the "eay" c-file-style indicators
2015-12-16 Rich SalzProvide better "make depend" warning.
2015-12-14 Emilia KasperFix a ** 0 mod 1 = 0 for real this time.
2015-12-14 Richard LevitteFix tarball production to keep test/bctest and util...
2015-12-10 Matt CaswellEnsure |rwstate| is set correctly on BIO_flush
2015-12-10 Matt CaswellFix DTLS handshake fragment retries
2015-12-09 Dr Stephen... Don't use applink for static builds.
2015-12-08 Rich SalzRefer to website for acknowledgements.
2015-12-08 Richard LevitteNot all 'find's know -xtype, use -type instead
2015-12-08 Richard LevitteAdapt the OS X build to use the OS X tar
2015-12-08 Richard LevitteMake it possible to affect the way dists are made
2015-12-08 Richard LevitteCleanup the EVP_MD_CTX before exit rather than after
2015-12-07 Richard LevitteChange tar owner and group to just 0
2015-12-07 Richard LevitteDo not add symlinks in the source release
2015-12-07 Richard LevitteIn travis, build from a "source release" rather than...
2015-12-07 Richard LevitteSmall changes to creating dists
2015-12-03 Matt CaswellPrepare for 1.0.1r-dev
2015-12-03 Matt CaswellPrepare for 1.0.1q release OpenSSL_1_0_1q
2015-12-03 Matt Caswellmake update
2015-12-03 Matt CaswellUpdate CHANGES and NEWS
2015-12-03 Dr. Stephen... Add PSS parameter check.
2015-12-03 Dr. Stephen... Fix leak with ASN.1 combine.
2015-12-03 Andy Polyakove_os.h: limit _MSC_VER trickery to older compilers.
2015-12-02 Dr. Stephen... typo
2015-12-02 Richard Levitte_BSD_SOURCE is deprecated, use _DEFAULT_SOURCE instead
2015-11-30 Matt CaswellReturn errors even if the cookie validation has succeeded
2015-11-24 Kurt RoeckxUse both sun and __sun
2015-11-24 Marcus Meissnermark openssl configuration as loaded at end of OPENSSL_...
2015-11-24 Pascal Cuoqssl3_free(): Return if it wasn't created
2015-11-24 Kurt RoeckxSet reference count earlier
2015-11-24 Dr. Stephen... Fix uninitialised p error.
2015-11-24 Dr. Stephen... Limit depth of ASN1 parse printing.
2015-11-22 Kurt RoeckxUse defined(__sun) instead of defined(sun)
2015-11-21 Alessandro... Add initial AppVeyor configuration
2015-11-20 Matt CaswellEnsure all EVP calls have their returns checked where...
2015-11-18 Rich SalzFix release in README.
2015-11-13 Graeme PerrowRT32671: wrong multiple errs TS_check_status_info
2015-11-10 Matt CaswellStop DTLS servers asking for unsafe legacy renegotiation
2015-11-10 Matt CaswellOnly call ssl3_init_finished_mac once for DTLS
2015-11-09 Matt CaswellFix missing malloc return value checks
2015-11-09 Richard LevitteMake the match for previous cflags a bit more strict
2015-11-04 Matt CaswellMinor EVP_SignInit_ex doc fix
2015-11-02 Matt CaswellClarify the preferred way of creating patch files
2015-11-01 Rich SalzSome README and CONTRIBUTING cleanups.
2015-10-29 Pascal CuoqBN_GF2m_mod_inv(): check bn_wexpand return value
2015-10-23 Alessandro... Remove useless code
2015-10-23 Alessandro... Check memory allocation
2015-10-23 Alessandro... Fix references to various RFCs
2015-10-23 Alessandro... Fix typos
2015-10-23 Alessandro... Set salt length after the malloc has succeeded
2015-10-23 Alessandro... Fix memory leaks and other mistakes on errors
2015-10-23 Alessandro... Replace malloc+strlcpy with strdup
2015-10-23 Alessandro... Do not treat 0 return value from BIO_get_fd() as error
2015-10-23 Adam EijdenbergClarify return values for EVP_DigestVerifyFinal.
2015-10-10 Dr. Stephen... Typo.
2015-10-09 Rich SalzAvoid SHA1 weakness
2015-10-09 Rich SalzFix travis build for 1.0.1
2015-10-08 Matt CaswellDon't treat a bare OCTETSTRING as DigestInfo in int_rsa...
2015-10-08 Richard LevitteWhen ENGINE_add finds that id or name is missing, actua...
2015-10-07 Pascal CuoqMove BN_CTX_start() call so the error case can always...
2015-10-07 Pascal CuoqSet flags to 0 before calling BN_with_flags()
2015-10-06 Dr. Stephen... Don't try and parse boolean type.
2015-10-05 Matt CaswellChange functions to pass in a limit rather than calcula...
2015-10-05 Alessandro... Validate ClientHello extension field length
2015-10-03 Kurt RoeckxFix more d2i cases to properly update the input pointer
2015-09-29 Dr. Stephen... Link in applink with fips_premain_dso
next