]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
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
2018-01-04  Dr. Matthias... crypto/rand: rename drbg_rand.c to drbg_ctr.c
2018-01-03  Benjamin KadukTest that supported_groups is permitted in ServerHello
2018-01-03  Benjamin KadukPermit the "supported_groups" extension in ServerHellos
2018-01-02  Matt CaswellFix trace of TLSv1.3 Certificate Request message
2018-01-02  Daniel BeveniusFix minor 'the the' typos
2017-12-28  Richard LevitteIgnore ORDINALS in build.info files, and remove its...
2017-12-28  Andy Polyakovec/curve25519.c: "double" ecdhx25519 performance on...
2017-12-28  Matt CaswellUpdate the documentation for SSL_write_early_data()
2017-12-28  Matt CaswellDisable partial writes for early data
2017-12-28  Matt CaswellDon't flush the ClientHello if we're going to send...
2017-12-28  Richard LevitteAdd 'openssl req' option to specify extension values...
2017-12-27  Bernd EdlingerAlternate fix for ../test/recipes/80-test_ssl_old.t...
2017-12-27  Andy Polyakovec/ecp_nistp*.c: sanitize for undefined/implmentation...
2017-12-27  Richard LevitteVMS fix: link shared libs from objects files instead...
2017-12-26  Paul YangRemove outdated comments
2017-12-26  Daniel BeveniusSuggestion for improvements to x509.pod
2017-12-25  Kurt RoeckxFix comment about undefined behavior of constant_time_msb
2017-12-23  Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: add Knights Landing...
2017-12-22  Andy PolyakovAdd sha/asm/keccak1600-avx512vl.pl.
2017-12-22  Daniel BeveniusRemove extra `the` in SSL_SESSION_set1_id.pod
2017-12-18  Bernd EdlingerFix a typo in comment
2017-12-18  Richard LevitteVMS build.info: uppercase args to perl modules must...
2017-12-18  Richard LevitteRestore the use of LDCMD when linking applications
2017-12-17  PauliEnable the ARIA ciphers by default.
2017-12-17  Dr. Matthias... Make DRBG uninstantiate() and instantiate() methods...
2017-12-17  Dr. Matthias... Allocate the three shared DRBGs on the secure heap
2017-12-17  Dr. Matthias... Implement automatic reseeding of DRBG after a specified...
2017-12-17  Dr. Matthias... Add master DRBG for reseeding
2017-12-17  Paul YangRemove spaces at end of line in ssl/statem
2017-12-17  Daniel BeveniusAdd comments to NULL func ptrs in bio_method_st
2017-12-15  Bernd EdlingerFix invalid function type casts.
2017-12-15  Bernd EdlingerRemove test-runs dir, adjust .gitignore
2017-12-14  Todd ShortFix 'make update'
2017-12-14  Matt CaswellFix some clang compilation errors
next