openssl.git
2016-08-19 Dr. Stephen... constify X509_REQ_get0_signature()
2016-08-19 Dr. Stephen... constify i2o_ECPublicKey
2016-08-19 Benjamin KadukSort %disabled in Configure
2016-08-18 Viktor DukhovniFix missing dane_tlsa_rrdata option error message
2016-08-18 Dr. Stephen... Constify i2a*
2016-08-18 Richard LevitteSimplify indentation of DECLARE_ and IMPLEMENT_ lines
2016-08-18 Emilia KasperIndent ssl/
2016-08-18 Matt CaswellConvert X509_REVOKED* functions to use const getters
2016-08-18 Emilia KasperTest that the peers send at most one fatal alert
2016-08-18 Emilia KasperPort multi-buffer tests
2016-08-17 Rich SalzFix some doc nits.
2016-08-17 Richard LevitteDon't try to init dasync internally
2016-08-17 Dr. Stephen... make update
2016-08-17 Dr. Stephen... Constify X509_SIG.
2016-08-17 FdaSilvaYYSmall nits and cleanups
2016-08-17 FdaSilvaYYConstify char* input parameters in apps code
2016-08-17 FdaSilvaYYSimplify and add help about OPT_PVK* options
2016-08-17 FdaSilvaYYImprove error message
2016-08-17 FdaSilvaYYRelocalise some globals variables
2016-08-17 Dr. Stephen... Constify ssl_cert_type()
2016-08-17 Dr. Stephen... Constify X509_certificate_type()
2016-08-17 Dr. Stephen... Constify X509_get0_signature()
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
next