openssl.git
2018-01-24 Matt CaswellAdd a timestamp to the cookie
2018-01-24 Matt CaswellAdd the ability for s_server to operate statelessly
2018-01-24 Matt CaswellDon't send unexpected_message if we receive CCS while...
2018-01-24 Matt CaswellAdd documentation for SSL_stateless()
2018-01-24 Matt CaswellFix the cookie/key_share extensions for use with SSL_st...
2018-01-24 Matt CaswellFix the SSL_stateless() return code
2018-01-24 Matt CaswellFix interaction between SSL_stateless() and SSL_clear()
2018-01-24 Matt CaswellAdd some tests for the SSL_stateless() capability
2018-01-24 Matt CaswellFix logic around when to send an HRR based on cookies
2018-01-24 Matt CaswellAdd the SSL_stateless() function
2018-01-24 Matt CaswellEnable the cookie callbacks to work even in TLS in...
2018-01-24 Matt CaswellAdd support for sending TLSv1.3 cookies
2018-01-24 Richard LevitteSmall cleanup of some build.info files
2018-01-24 Richard LevitteConfigure: ensure that a DEPEND generates the correct...
2018-01-24 Richard LevitteConfigure: let INCLUDEs set on binaries "trickle down...
2018-01-23 PauliSHA512/224 and SHA512/256
2018-01-23 Richard LevitteHave EVP_PKEY_asn1_find_str() work more like EVP_PKEY_a...
2018-01-23 Richard LevitteRevert "EVP_PKEY_asn1_add0(): Check that this method...
2018-01-23 Benjamin KadukFix no-ec --strict-warnings builds
2018-01-23 Rich SalzImprove some BN documentation.
2018-01-23 Richard LevitteDon't add $(EX_LIBS) to libssl.pc's Libs.private
2018-01-23 Richard LevitteAdd anything specifying a threads library to ex_libs
2018-01-22 Richard LevitteWhen building shared libraries, only ln -s when simple...
2018-01-22 Rich SalzMove fprintf after assignment to avoid crash.
2018-01-22 Richard Levittetest/ossl_shim/packeted_bio.h: don't include e_os.h
2018-01-22 Rich SalzAdd accessors for AdmissionSyntax
2018-01-22 Richard LevitteReduce the use of e_os.h in test programs
2018-01-22 Matt CaswellDon't attempt to use X25519 for ECDSA in speed
2018-01-22 Matt CaswellDon't crash on a missing Subject in index.txt
2018-01-22 Matt CaswellDon't allow an empty Subject when creating a Certificate
2018-01-21 Bernd EdlingerAdd a configure option to opt-out secure memory
2018-01-20 Richard LevitteUpdate the license end year
2018-01-20 Richard LevitteEnable TLSProxy tests on Windows
2018-01-19 Benjamin Kadukenc(1): document that AEAD is not and will not be supported
2018-01-19 Richard LevitteCopyright update of more files that have changed this...
2018-01-19 Bernd EdlingerSet OPENSSL_ENGINES for Windows
2018-01-19 Richard LevitteCreate one permanent proxy socket per TLSProxy::Proxy...
2018-01-18 Richard LevitteOnly implement secure malloc if _POSIX_VERSION allows
2018-01-18 Richard LevitteThe Cygwin gcc doesn't define _WIN32, don't pretend...
2018-01-18 Richard LevitteSimplify Cygwin checks, part 1
2018-01-18 Richard LevitteCygwin is POSIX, don't say it isn't
2018-01-18 Richard LevitteTLSProxy::Proxy: Don't use ReuseAddr on Windows
2018-01-18 Jakub Jelendoc: Bad prototypes of EVP_PKEY_CTX_new()
2018-01-17 Richard LevitteTLSProxy::Proxy: don't waste time redirecting STDOUT...
2018-01-17 Richard LevitteTLSProxy::Proxy: If we don't support IPv6, force IPv4
2018-01-16 Paul YangUpdate all affected files' copyright year to 2018
2018-01-16 Paul YangEnforce return values section check
2018-01-16 Paul YangAdd missing 'RETURN VALUES' sections in doc
2018-01-16 Matt CaswellExtend timeout for TLSProxy
2018-01-16 Matt CaswellRevert BN_copy() flag copy semantics change
2018-01-16 Dr. Matthias... Fix memory leak in do_rand_drbg_init()
2018-01-15 Richard LevitteFix intermittent Windows and Cygwin failures in s_server
2018-01-15 Richard LevitteFix Windows build file template to recognise .res files
2018-01-14 Richard LevitteFix intermittent Cygwin failures in s_client
2018-01-14 Bernd EdlingerUse constant value 1 instead of SHUT_WR in do_server
2018-01-14 Bernd EdlingerExplicitly shut the socket down in s_client
2018-01-13 Bernd EdlingerCatch SIGPIPE in TLSProxy::Proxy::clientstart
2018-01-12 PauliChange the name of the SEC typedef to openssl_speed_sec_t.
2018-01-10 Patrick SchlangenMake data argument const in SSL_dane_tlsa_add
2018-01-10 Dr. Matthias... Enhance util/openssl-update-copyright shell script
2018-01-09 Matt CaswellTolerate DTLS alerts with an incorrect version number
2018-01-09 Richard LevitteConfigure: try to make sure every config target name...
2018-01-09 Todd ShortFix --strict-warnings with C90
2018-01-09 Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-09 David von OheimbVarious small build improvements on mkdef.pl, progs...
2018-01-08 Christian HeimesDocument SSL_OP_NO_RENEGOTIATION as new in 1.1.1
2018-01-08 Tomas MrazAvoid only exact duplicates when creating the accepted...
2018-01-08 Patrick SteuerDocument OPENSSL_ENGINES environment variable
2018-01-08 Patrick Steuercrypto/engine/eng_list.c: compare getenv rv to NULL...
2018-01-08 Jacob Hoffman... Clarify error for unrecognized arguments.
2018-01-08 EasySecfix compile error 'intrinsic function not declared'
2018-01-08 pass86Fix spelling: adroideabi -> androideabi
2018-01-08 Noah RobbinUse the index that matches the key type (either SSL_PKE...
2018-01-08 Noah RobbinUse size of server key when selecting signature algorithm.
2018-01-08 Dmitry BelyavskiyNUMERICSTRING support
2018-01-08 Dr. Matthias... Add util/openssl-update-copyright shell script
2018-01-08 Richard LevitteSeparate general linking flags from extra libraries
2018-01-08 Richard LevitteClean up uClinux targets
2018-01-07 Rich SalzFix IPv6 define
2018-01-07 Richard LevitteCHANGES: Document the removal of OS390-Unix
2018-01-07 Patrick Steuers390x assembly pack: add KMA code path for aes-gcm.
2018-01-07 Patrick Steuercrypto/aes/asm/aes-s390x.pl: replace decrypt flag by...
2018-01-07 Patrick Steuers390x assembly pack: add KMA code path for aes-ctr.
2018-01-07 Andy Polyakovec/curve25519.c: avoid 2^51 radix on SPARC.
2018-01-07 Andy Polyakovec/ecp_nistz256.c: switch to faster addition chain...
2018-01-07 Andy Polyakovec/asm/ecp_nistz256-armv8.pl: add optimized inversion.
2018-01-07 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: add .cfi and SEH handler...
2018-01-07 Andy Polyakovec/ecp_nistz256.c: improve ECDSA sign by 30-40%.
2018-01-07 Rich SalzRemove remaining NETWARE ifdef's
2018-01-07 Rich SalzAdd fingerprint text, remove MD5
2018-01-06 Richard LevitteAdd the possibility to do 'openssl help [command]'
2018-01-06 Richard Levitteapps: make sure prog_init only calculates once
2018-01-06 Konstantin... Corrected 'cms' exit status when key or certificate...
2018-01-06 Bernd EdlingerFix error handling in X509_REQ_print_ex
2018-01-06 Bernd EdlingerStop using unimplemented cipher classes.
2018-01-05 Viktor DukhovniAdd x509(1) reference
2018-01-04 Rich SalzRemove old config that used non-exist util script
2018-01-04 Rich SalzRewrite RT3513.
2018-01-04 Dr. Matthias... Improve readability of evp.pod
2018-01-04 Dr. Matthias... crypto/rand: restore the generic DRBG implementation
next