]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2017-08-31  Matt CaswellAdd SSL_SESSION_set_max_early_data()
2017-08-31  Matt CaswellEnable the ability to use an external PSK for sending...
2017-08-31  Zhu Qun-YingFixed address family test error for AF_UNIX in BIO_ADDR...
2017-08-30  PauliAdd documentation for ARIA GCM modes.
2017-08-30  PauliAdd ARIA as an alias for all ARIA based modes.
2017-08-30  Paul YangIntroduce SSL_CIPHER_get_protocol_id
2017-08-30  Paul YangAdd two missing SSL_CIPHER_* functions
2017-08-30  Todd ShortFix return value of ASN1_TIME_compare
2017-08-30  Andy PolyakovConfigure: base compiler-specific decisions on pre...
2017-08-30  Andy PolyakovRevert "Allow --strict-warnings with the icc compiler...
2017-08-30  Jon SpillettImplement Aria GCM/CCM Modes and TLS cipher suites
2017-08-30  Jon SpillettFix potential null pointer dereference in ARIA implemen...
2017-08-29  PauliMove OPENSSL_CONF from e_os.h to cryptlib.h
2017-08-29  PauliMove e_os.h to be the very first include.
2017-08-29  PauliRemove the X_OK define, it is unused.
2017-08-29  PauliMove the REF_PRINT support from e_os.h to internal...
2017-08-29  Paulie_os.h removal from other headers and source files.
2017-08-28  Kurt RoeckxMake the global DRBGs static
2017-08-28  Kurt RoeckxDon't auto-instantiate a DRBG when trying to use it...
2017-08-28  Rich SalzAvoid out-of-bounds read
2017-08-28  Richard LevitteIf 'tests' is disabled, then so should 'external-tests'
2017-08-28  Dr. Matthias... DRBG: Remove 'randomness' buffer from 'RAND_DRBG'
2017-08-28  Dr. Matthias... RAND: Rename the RAND_poll_ex() callback and its typedef
2017-08-28  Dr. Matthias... DRBG: clarify difference between entropy counts and...
2017-08-27  Rich SalzMSC_VER <= 1200 isn't supported; remove dead code
2017-08-25  Rich SalzRemove NO_DIRENT; it isn't used anywhere
2017-08-25  Richard LevitteFix guarding macro in include/internal/sockets.h
2017-08-25  Richard LevitteMove more socket stuff
2017-08-25  Paul YangThis part fixes braces around if-else.
2017-08-25  Paul YangFix coding style in crypto/rsa directory
2017-08-25  Rich SalzUse strcpy instead of sprintf %s
2017-08-25  Bernd EdlingerClear secret stack values after use in the ED25519...
2017-08-25  Bernd EdlingerClear secret stack values after use in curve25519.c
2017-08-25  Matt CaswellFix no-tls and no-tls1_2
2017-08-25  Matt CaswellFix no-scrypt
2017-08-25  Richard LevitteNO_SYS_TYPES_H isn't defined anywhere, stop using it...
2017-08-25  Matt CaswellFix description of how to report a bug in INSTALL
2017-08-25  Matt CaswellClarify the meaning of no-stdio in INSTALL
2017-08-25  Kazuki YamaguchiDo not lookup zero-length session ID
2017-08-25  Matt CaswellFix no-chacha and no-poly1305
2017-08-25  Matt CaswellEnsure we exchange cookies in s_server even if SCTP...
2017-08-25  Matt CaswellDon't run a CT specifc test if CT is disabled
2017-08-25  Meena VyasAllow --strict-warnings with the icc compiler as well
2017-08-25  Meena Vyaspassed TARFILE="$(TARFILE)" NAME="$(NAME)" to tar target
2017-08-24  PauliCheck range of test values using isascii before diving...
2017-08-24  Richard Levitteapps/passwd.c: Make MD5 and SHA password making EBCDIC...
2017-08-24  Richard Levitteapps/passwd.c: Fix code layout
2017-08-24  Richard Levitteapps/passwd.c: Don't disable MD5 and SHA when CHARSET_E...
2017-08-24  PauliCheck for EOF in ASCII conversions.
2017-08-24  Matt CaswellFix enable-sctp
2017-08-24  Matt CaswellAdd documentation for SRTP functions
2017-08-23  Dr. Stephen... Correct GCM docs.
2017-08-23  Rich SalzTweak wording to be more clear.
2017-08-23  Kazuki YamaguchiFix BN_print()
2017-08-23  Rich SalzMove randomness to allocated buffer
2017-08-22  PauliImprovement the formatting in bn_print.c
2017-08-22  Rich Salz(Re)move some things from e_os.h
2017-08-22  Paul YangRemove useless macros in apps/speed.c
2017-08-22  Rich SalzUse "" not <> on e_os.h include
2017-08-22  Rich SalzRemove custom base64 code.
2017-08-22  Richard LevitteDon't try to compare the ctype functions on values...
2017-08-22  Richard LevitteDon't try to test ctype functions for values < 0 or...
2017-08-22  Rich SalzUse "" not <> for internal/ includes
2017-08-22  Richard LevitteFix the lack of isblank() with VMS C
2017-08-22  Rich SalzAdd random serial# support.
2017-08-22  PauliAvoid a self-assignment.
2017-08-22  PauliDead code elimination.
2017-08-21  PauliThis has been added to avoid the situation where some...
2017-08-21  PauliFix ctype arguments.
2017-08-21  Rich SalzSafely display SNI (just in case)
2017-08-21  Paul YangDocument missing EVP_PKEY_method_* items
2017-08-21  Rich SalzCheck # of arguments for remaining commands.
2017-08-21  Johannes BauerAdd PKEY_CTX setter tests for TLS1-PRF
2017-08-21  Matt CaswellMore updates following review feedback
2017-08-21  Matt CaswellUpdates following feedback on OPENSSL_assert() removal
2017-08-21  Matt CaswellRemove OPENSSL_assert() from crypto/x509v3
2017-08-21  Matt CaswellRemove OPENSSL_assert() from crypto/x509
2017-08-21  Matt CaswellRemove OPENSSL_assert() from crypto/threads_none.c
2017-08-21  Matt CaswellRemove OPENSSL_assert() from crypto/pem
2017-08-21  Matt CaswellRemove OPENSSL_assert() from crypto/kdf
2017-08-21  Matt CaswellRemove OPENSSL_assert() from crypto/hmac
2017-08-21  Matt CaswellRemove OPENSSL_assert() from crypto/ec
2017-08-21  Matt CaswellRemove OPENSSL_assert() from conf_api.c
2017-08-21  Matt CaswellRemove OPENSSL_assert() usage from crypto/bn
2017-08-21  Matt CaswellRemove OPENSSL_assert() from various crypto/bio files
2017-08-21  Matt CaswellRemove OPENSSL_assert() from crypto/asn1/bio_asn1.c
2017-08-21  PauliRemove double error messages
2017-08-19  Richard LevitteFix ui_write in apps/apps.c
2017-08-18  Rich SalzPut thread-fork-init inside a run-once guard
2017-08-18  Todd ShortReorder extensions to put SigAlgs last
2017-08-18  Balaji MarisettiAddressed build failure because of missing #ifdef AF_UN...
2017-08-18  Richard LevitteAdd a comment on expectations in the "tar" target
2017-08-18  Richard LevittePrepare tarball in dist directory
2017-08-18  Richard LevitteTurn on error sensitivity in the "tar" target
2017-08-18  Richard Levittetest/asn1_time_test.c: Better check of signed time_t
2017-08-18  Andy Polyakoverr/err.c: improve readability.
2017-08-18  Andy Polyakoverr/err.c: fix "wraparound" bug in ERR_set_error_data.
2017-08-18  PauliFix windows build after too aggressive e_os.h removal
2017-08-17  PauliRemove tests dependence on e_os.h
2017-08-17  Bernd EdlingerClear outputs in PKCS12_parse error handling.
next