openssl.git
2016-08-17 Dr. Stephen... Convert X509* functions to use const getters
2016-08-17 Matt CaswellConvert X509_CRL* functions to use const getters
2016-08-17 Matt CaswellMake X509_NAME_get0_der() conform to OpenSSL style
2016-08-17 Dr. Stephen... Corrupt signature in place.
2016-08-17 Matt CaswellConvert OCSP* functions to use const getters
2016-08-17 Dr. Stephen... Constify private key decode.
2016-08-17 Dr. Stephen... constify X509_ALGOR_get0()
2016-08-17 Dr. Stephen... Constify ASN1_item_unpack().
2016-08-17 Remi GacogneAdd missing session id and tlsext_status accessors
2016-08-17 Richard Levittedasync is an internal testing engine, so don't install it
2016-08-17 Richard LevitteVMS: no ENDIF on one line IF statements, in config.com
2016-08-16 Matt CaswellConvert SSL_SESSION* functions to use const getters
2016-08-16 Matt CaswellConvert PKCS8* functions to use const getters
2016-08-16 Matt CaswellConvert TS_STATUS_INFO* functions to use const getters
2016-08-16 FdaSilvaYYtwo typo fixes
2016-08-16 Gergely NagyFix compilation when using MASM on x86
2016-08-16 Matt CaswellProvide compat macros for SSL_CTX_set_ecdh_auto() and...
2016-08-16 Matt CaswellEnsure we unpad in constant time for read pipelining
2016-08-16 Dr. Stephen... Corrupt signature earlier.
2016-08-16 Dr. Stephen... make update
2016-08-16 Dr. Stephen... Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-08-16 Richard LevitteRemove duplicate ordinals
2016-08-16 Andy PolyakovARMv8 assembly pack: add Samsung Mongoose results.
2016-08-16 Andy PolyakovConfigure: recognize -static as link option and disable...
2016-08-16 Andy Polyakovtest/ssl_test.tmpl: make it work with elderly perl.
2016-08-16 David WoodhouseFix satsub64be() to unconditionally use 64-bit integers
2016-08-16 Emilia KasperSSL tests: send some application data
2016-08-16 Richard LevitteAdd a "config" for verbosity and use it with Travis
2016-08-16 Richard LevitteMake "make" less verbose in Travis, except for the...
2016-08-15 Dr. Stephen... Limit reads in do_b2i_bio()
2016-08-15 Dr. Stephen... Check for errors in a2d_ASN1_OBJECT()
2016-08-15 Dr. Stephen... Check for errors in BN_bn2dec()
2016-08-15 Tomas MrazAvoid truncating the pointer on x32 platform.
2016-08-15 Tomas MrazAdd a comment for the added cast with explanation.
2016-08-15 Tomas MrazFix af_alg engine failure on 32 bit architectures.
2016-08-15 Matt CaswellRemove a stray unneeded line in 70-test_sslrecords.t
2016-08-15 Matt CaswellAddress feedback on SSLv2 ClientHello processing
2016-08-15 Matt CaswellAdd some SSLv2 ClientHello tests
2016-08-15 Matt CaswellSend an alert if we get a non-initial record with the...
2016-08-15 Matt CaswellAddress feedback on SSLv2 ClientHello processing
2016-08-15 Rob PercivalReplaces CT_POLICY_EVAL_CTX_set0 entries with new sette...
2016-08-15 Rob PercivalMake CT_POLICY_EVAL_CTX_set1_{cert,issuer} into boolean...
2016-08-15 Rob PercivalImproves CTLOG_STORE setters
2016-08-15 Richard LevitteSkip the SRP tests in 80-test_ssl_old.t if no TLS versi...
2016-08-15 Dr. Stephen... Fix no-ec
2016-08-14 Jakub ZelenkaNever return -1 from BN_exp
2016-08-13 Dr. Stephen... update CHANGES
2016-08-13 Dr. Stephen... add documentation
2016-08-13 Dr. Stephen... Print out names of other temp key algorithms.
2016-08-13 Dr. Stephen... Remove old EC based X25519 code.
2016-08-13 Dr. Stephen... Modify TLS support for new X25519 API.
2016-08-13 Dr. Stephen... Add encoded points to other EC curves too.
2016-08-13 Dr. Stephen... make update
2016-08-13 Dr. Stephen... Add point ctrls to X25519
2016-08-13 Dr. Stephen... Update X25519 key format in evptests.txt
2016-08-13 Dr. Stephen... Add X25519 methods to internal tables
2016-08-13 Dr. Stephen... add to build.info
2016-08-13 Dr. Stephen... make errors
2016-08-13 Dr. Stephen... X25519 public key methods
2016-08-13 Dr. Stephen... Fix type of ptr field.
2016-08-13 Dr. Stephen... Use OIDs from draft-ietf-curdle-pkix-02
2016-08-12 Rich SalzGH1446: Add SSL_SESSION_get0_cipher
2016-08-12 Rich SalzCheck for bad filename in evp_test
2016-08-12 Dr. Stephen... Update documentation for DSA_SIG and ECDSA_SIG.
2016-08-12 Andy Polyakovcrypto/sparcv9cap.c: add missing declaration.
2016-08-11 Andy Polyakovcrypto/ui/ui_openssl.c: let new-line through after...
2016-08-11 Andy Polyakovcrypto/sparcv9cap.c: fix overstep in getisax.
2016-08-11 Andy Polyakovsha/asm/sha1-x86_64.pl: fix crash in SHAEXT code on...
2016-08-11 FdaSilvaYYFix doc and help about ca -valid option
2016-08-10 Emilia KasperDon't attempt to load the CT log list with no-ec
2016-08-10 jamerceeFixed typo
2016-08-10 JimCDocumented BIO_set_accept_port()/BIO_get_accept_port()
2016-08-10 jamerceeAdapt BIO_new_accept() to call BIO_set_accept_name()
2016-08-10 Rich SalzChange callers to use the new constants.
2016-08-10 Rich SalzAdd #defines for magic numbers in API.
2016-08-10 Kurt RoeckxFix spelling of error code
2016-08-10 Rich SalzAdd some const casts
2016-08-10 Rich SalzGH1383: Add casts to ERR_PACK
2016-08-10 Emilia KasperGracefully free a NULL HANDSHAKE_RESULT
2016-08-10 Emilia KasperAdd TEST_check
2016-08-10 Emilia KasperSSL tests: port CT tests, add a few more
2016-08-10 Emilia KasperCT: fix documentation
2016-08-10 Emilia KasperSSL test ctx: fix tests
2016-08-10 David WoodhouseKill PACKET_starts() from bad_dtls_test
2016-08-10 David WoodhouseFix clienthellotest to use PACKET functions
2016-08-08 Adam LangleyFix test of first of 255 CBC padding bytes.
2016-08-08 Cristian Stoicaspeed.c: use size_t instead of int to match function...
2016-08-08 Emilia KasperNPN and ALPN: test resumption
2016-08-08 Emilia KasperFix ALPN tests when NPN is off
2016-08-08 Emilia KasperReorganize SSL test structures
2016-08-06 JimCFix CIPHER_DEBUG
2016-08-06 Richard LevitteAdd a note about a perl issue on VMS and how to work...
2016-08-06 Tomas MrazFix irregularities in GENERAL_NAME_print().
2016-08-06 Rob PercivalMkae CT_log_new_from_base64 always return 0 on failure
2016-08-05 klemensfixing too optimistic typo-fix
2016-08-05 klemensspelling fixes, just comments and readme.
2016-08-05 Rob PercivalRemoves CTLOG_new_null from the CT public API
2016-08-05 Richard Levitteopenssl-format-source: A few more (DECLARE|IMPLEMENT...
2016-08-05 Richard LevitteThe capi engine uses stdio, so don't build it when...
2016-08-05 Richard LevitteRemove OPENSSL_NO_STDIO guards around certain SSL cert...
next