openssl.git
2018-03-06 Richard Levitteopensslconf.h.in: Use all the "openssl_api_defines"
2018-03-06 knekritzAvoid unconditional store in CRYPTO_malloc.
2018-03-06 Dr. Matthias... d2i_X509.pod: clarify usage of the 'pp' function parameter
2018-03-04 Rich SalzFix credit for SRP code
2018-03-04 Richard LevitteWindows makefile: Don't quote generator arguments
2018-03-03 Andy Polyakovmem_sec.c: portability fixup.
2018-03-03 Bernd EdlingerFix a possible memory leak in engine_table_register
2018-03-03 Alex GaynorFixed a typo in a man page
2018-03-01 Ivan FilenkoFix typo in ASN1_STRING_length doc
2018-03-01 Brad SpencerTest the result of CMS_RecipientInfo_ktri_get0_algs...
2018-02-28 David BenjaminAlways use adr with __thumb2__.
2018-02-26 Dr. Matthias... bio_b64.c: prevent base64 filter BIO from decoding...
2018-02-26 Andy Polyakovmem_sec.c: relax POSIX requirement.
2018-02-24 Andy Polyakovtest/recipes/80-test_pkcs12.t: handle lack of Win32...
2018-02-23 Bernd EdlingerFix some bugs with the cfb1 bitsize handling
2018-02-22 Per SandströmUpdate EC_POINT_new.pod
2018-02-21 Pavel Kopyldo_body: fix heap-use-after-free.
2018-02-21 Pavel KopylX509V3_EXT_add_nconf_sk, X509v3_add_ext: fix errors...
2018-02-21 Matt CaswellSanity check the ticket length before using key name/IV
2018-02-19 Massimiliano... Add X509_get0_authority_key_id() function
2018-02-19 Richard Levittetest_ssl_old: avoid empty strings for flags
2018-02-19 Richard LevitteOpenSSL::Test::quotify: put quotes around empty arguments
2018-02-15 Matt CaswellCheck the return code from ASN1_TIME_diff()
2018-02-15 Matt CaswellThe function X509_gmtime_adj() can fail
2018-02-14 Viktor DukhovniAvoid fragile aliasing of SHA224/384 update/final
2018-02-13 Richard LevitteConfigure: if a file is generated, never assume it...
2018-02-13 Richard LevitteFix bug in BIO_f_linebuffer()
2018-02-13 Matt CaswellCopy dlls into fuzz directory
2018-02-13 Richard LevitteAdd the target 'build_all_generated'
2018-02-12 Bernd EdlingerRemove code that prints "<SPACES/NULS>" in hexdumps
2018-02-10 Rich SalzCopy name string in BIO_meth_new
2018-02-10 Viktor DukhovniAvoid leaking peername data via accept BIOs
2018-02-09 Bernd EdlingerSwap the check in ssl3_write_pending to avoid using
2018-02-09 Matt CaswellDon't calculate the Finished MAC twice
2018-02-08 Richard Levitteutil/mkdef.pl: Fix incomplete cherry-pick
2018-02-08 Richard Levitteutil/mkdef.pl: use better array in search of 'DEPRECATE...
2018-02-08 Richard Levitteutil/mkdef.pl: Trust configdata.pm
2018-02-07 Richard LevitteMake all private functions in e_afalg.c static
2018-02-06 Rich SalzRemove unused file
2018-02-01 David BenjaminFix timing leak in BN_from_montgomery_word.
2018-02-01 David BenjaminDon't leak the exponent bit width in BN_mod_exp_mont_co...
2018-02-01 David BenjaminMake BN_num_bits_word constant-time.
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...
next