openssl.git
2015-10-08 Richard LevitteWhen ENGINE_add finds that id or name is missing, actua...
2015-10-07 Alessandro... Fix travis 1.0.2 builds
2015-10-07 Pascal CuoqMove BN_CTX_start() call so the error case can always...
2015-10-07 Pascal CuoqProperly check return type of DH_compute_key()
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
2015-09-29 Ismo PuustinenGH367: use random data if seed too short.
2015-09-28 Emilia KasperRT2772: accept empty SessionTicket
2015-09-28 Dr. Stephen... SRP memory leak fix
2015-09-25 Rich SalzFix typo in previous merge.
2015-09-25 Rich SalzChange --debug to -d for compat with old releases.
2015-09-22 Emilia KasperDocument BUF_strnlen
2015-09-22 Emilia KasperBUF_strdup and friends: update docs
2015-09-22 Emilia KasperBUF_strndup: tidy
2015-09-22 Alessandro... Make BUF_strndup() read-safe on arbitrary inputs
2015-09-22 Rich SalzGH398: Add mingw cross-compile, etc.
2015-09-21 David WoodhouseRT3479: Add UTF8 support to BIO_read_filename()
2015-09-21 Gunnar KudrjavetsRT3823: Improve the robustness of event logging
2015-09-21 Matt CaswellFix SRP memory leaks
2015-09-20 Dr. Stephen... Handle SSL_ERROR_WANT_X509_LOOKUP
2015-09-20 Dr. Stephen... Make SRP work with -www
2015-09-19 Viktor DukhovniFix indentation
2015-09-18 Rich SalzThis undoes GH367 for non-master
2015-09-17 Matt CaswellMake sure OPENSSL_cleanse checks for NULL
2015-09-17 Emilia Kasperbase64 decode: check for high bit
2015-09-17 Emilia KasperRT3757: base64 encoding bugs
2015-09-16 Kurt RoeckxFix return values when adding serverinfo fails.
2015-09-16 Ivo RaisrMake no-psk compile without warnings.
2015-09-15 Rich SalzRT4044: Remove .cvsignore files.
2015-09-15 Rich SalzRT4044: Remove .cvsignore files.
2015-09-14 Kurt Roeckxd2i: don't update input pointer on failure
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
next