oweals/openssl.git
2018-02-01 Michael RichardsonAdd OPENSSL_VERSION_AT_LEAST
2018-01-31 Richard LevitteRemove "dummy" BIO create and destroy functions
2018-01-31 Richard LevitteBIO: at the end of BIO_new, declare the BIO inited...
2018-01-30 Matt CaswellUpdate CHANGES with info about SSL_OP_NO_RENGOTIATION
2018-01-30 Matt CaswellAdd the SSL_OP_NO_RENEGOTIATION option to 1.1.0
2018-01-30 Matt CaswellMake sure we check an incoming reneg ClientHello in...
2018-01-29 Benjamin KadukFix strict-warnings build on FreeBSD
2018-01-29 Richard LevitteDon't define OPENSSL_NO_ERR for the command line
2018-01-29 Richard LevitteRemove $no_sse2, as it's just a 'copy' of $disabled...
2018-01-29 Richard LevitteDon't break testing when runnins as root
2018-01-28 Richard LevitteVMS config.com: better handling of arguments
2018-01-26 Bernd EdlingerFix some style nits in commit eee8a40
2018-01-25 Rich SalzCheck # of arguments for remaining commands.
2018-01-25 Bernd EdlingerMake the s_server command listen on IPv6 only when...
2018-01-25 Bernd EdlingerFix setting of IPV6_V6ONLY on Windows
2018-01-24 Rich SalzFix BN doc
2018-01-24 Christian HeimesFix signature of min/max proto getter
2018-01-24 Steffan KargerFix SSL_CTX_get_{min,max}_proto_version integer convers...
2018-01-24 Todd ShortFix error-path memory leak in asn_mime.c
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 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 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 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-21 Richard LevitteUpdate the license end year
2018-01-20 Richard LevitteEnable TLSProxy tests on Windows
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-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 Matt CaswellExtend timeout for TLSProxy
2018-01-16 Matt CaswellRevert BN_copy() flag copy semantics change
2018-01-15 Richard LevitteFix intermittent Windows and Cygwin failures in s_server
2018-01-15 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-10 Patrick SchlangenMake data argument const in SSL_dane_tlsa_add
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 Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-09 David von OheimbVarious small build improvements on mkdef.pl, progs.pl
2018-01-08 Patrick SteuerDocument OPENSSL_ENGINES environment variable
2018-01-08 pass86Fix spelling: adroideabi -> androideabi
2018-01-08 Richard LevitteClean up uClinux targets
2018-01-07 Richard LevitteCHANGES: Document the removal of OS390-Unix
2018-01-07 Rich SalzAdd fingerprint text, remove MD5
2018-01-06 Konstantin... Corrected 'cms' exit status when key or certificate...
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
2017-12-27 Andy Polyakovec/ecp_nistp*.c: sanitize for undefined/implmentation...
2017-12-17 Daniel BeveniusAdd comments to NULL func ptrs in bio_method_st
2017-12-16 Bernd EdlingerFix invalid function type casts.
2017-12-16 Bernd EdlingerFix a gcc fallthru warning
2017-12-15 Bernd EdlingerRemove test-runs dir
2017-12-13 Viktor DukhovniDocument the X509_V_FLAG_PARTIAL_CHAIN flag
2017-12-13 Ben KadukFix more OCSP_resp_get0_signer() nits
2017-12-13 Benjamin KadukWrap more of ocspapitest.c in OPENSSL_NO_OCSP
2017-12-13 Benjamin KadukFix coverity-reported errors in ocspapitest
2017-12-13 Rich SalzFix typo that cause find-doc-nits failure
2017-12-13 Ben Kadukmake update
2017-12-13 Benjamin KadukAdd OCSP API test executable
2017-12-13 Benjamin KadukAdd an API to get the signer of an OCSP response
2017-12-12 Patrick Steuercrypto/bio/bss_dgram.c: annotate fallthrough (-Wimplici...
2017-12-12 Richard LevitteFix leak in ERR_get_state() when OPENSSL_init_crypto...
2017-12-11 Benjamin KadukFix typo in comment
2017-12-11 Matt CaswellFix a switch statement fallthrough
2017-12-10 FdaSilvaYYUseless conf != NULL test
2017-12-10 Daniel BeveniusMake BIO_METHOD struct definitions consistent
2017-12-08 Rich SalzStandardize syntax of sizeof(foo)
2017-12-08 Daniel BeveniusCorrect minor typo in ssl_locl.h comment
2017-12-08 FdaSilvaYYFix an incoherent test.
2017-12-08 Richard LevitteIn apps_startup(), call OPENSSL_init_ssl() rather than...
2017-12-08 Richard LevitteIn OPENSSL_init_ssl(), run the base ssl init before...
2017-12-08 Richard LevitteRemove unicode characters from source
2017-12-07 Matt CaswellFix the buffer sizing in the fatalerrtest
2017-12-06 Matt CaswellUpdate CHANGES and NEWS for the new release
2017-12-06 Matt CaswellAdd a test for CVE-2017-3737
2017-12-06 Andy Polyakovbn/asm/rsaz-avx2.pl: fix digit correction bug in rsaz_1...
2017-12-04 MerQGhUpdate eng_fat.c
2017-12-04 Markus SauermannAdjusted Argument Indices
2017-11-30 Viktor DukhovniMake possible variant SONAMEs and symbol versions
2017-11-30 FdaSilvaYYFix docs for EVP_EncryptUpdate and EVP_DecryptUpdate
2017-11-27 Rich SalzCheck for malloc failure
2017-11-25 David BenjaminPretty-print large INTEGERs and ENUMERATEDs in hex.
2017-11-24 Richard LevitteFix EVP_MD_meth_new.pod
2017-11-24 Richard LevitteCorrect EVP_CIPHER_meth_new.pod and EVP_MD_meth_new.pod
2017-11-21 Richard LevitteAvoid unnecessary MSYS2 conversion of some arguments
2017-11-16 Andy Polyakovbn/bn_add.c: address performance regression.
next