openssl.git
2018-06-11 Matt CaswellFix TLSv1.3 alert handling
2018-06-11 Richard LevitteVMS: have mkdef.pl parse lettered versions properly
2018-06-11 Todd ShortAdd support for RSA-PSS to X509_certificate_type()
2018-06-09 Andy Polyakovbn/asm/sparcv9-mont.pl: iron another glitch in squaring...
2018-06-09 Andy Polyakovrand/rand_unix.c: bypass DSO_global_lookup on ELF systems.
2018-06-09 Andy Polyakovrand/rand_unix.c: omit error from DSO_global_lookup.
2018-06-08 Dmitry BelyavskiyNew GOST identificators
2018-06-08 Dmitry BelyavskiyDocumentation for missing s_client/s_server options
2018-06-08 Matt CaswellFix no-ec
2018-06-08 Andy PolyakovConfigurations/*.conf: ios targets face-lift.
2018-06-08 Mingtao Yangmodes/ocb128.c: Reset nonce-dependent variables on...
2018-06-08 Andy Polyakovchacha/asm/chacha-ppc.pl: fix big-endian build.
2018-06-08 Matt CaswellAdd a test for the raw private/public key getters
2018-06-08 Matt CaswellAdd function for setting the EVP_PKEY_ASN1_METHOD raw...
2018-06-08 Matt CaswellDocument the raw key getter functions
2018-06-08 Matt CaswellAdd support getting raw private/public keys
2018-06-07 Marcus HueweDo not free a session before calling the remove_session_cb
2018-06-07 Richard LevitteDocument UTF-8 expectation for pass phrases passed...
2018-06-07 Matt CaswellReformulate the if condition in tls_process_new_session...
2018-06-07 Matt CaswellDon't store the ticket nonce in the session
2018-06-07 Matt CaswellFix TLSv1.3 ticket nonces
2018-06-07 Matt CaswellFix EAP-FAST
2018-06-07 Matt CaswellFix no-dsa
2018-06-06 Andy Polyakovcrypto/ppccap.c: wire new ChaCha20_ctr32_vsx.
2018-06-06 Andy Polyakovchacha/asm/chacha-ppc.pl: improve performance by 40...
2018-06-06 Andy Polyakovperlasm/ppc-xlate.pl: add vmrg[eo]w instructions.
2018-06-06 Andy Polyakovsha/asm/sha512p8-ppc.pl: fix build on Mac OS X.
2018-06-05 Georg SchmidtIssue warnings for large DSA and RSA keys
2018-06-05 Rich SalzImprove wording
2018-06-05 Richard Levittecrypto/sm2/sm2_za.c: include internal/numbers.h
2018-06-04 Matt CaswellRebuild error codes
2018-06-04 Matt CaswellUse lowercase for internal SM2 symbols
2018-06-04 Matt CaswellRemove non-existant functions from libcrypto.num
2018-06-04 Matt CaswellMore more on SM2 error codes and tidy up
2018-06-04 Matt CaswellImprove use of the test framework in the SM2 internal...
2018-06-04 Matt CaswellFurther work on SM2 error codes
2018-06-04 Matt CaswellAdd test recipes for internal SM2 tests
2018-06-04 Jack LloydSet SM2 error codes
2018-06-04 Jack LloydMake SM2 functions private
2018-06-03 Andy Polyakovsha/asm/sha512p8-ppc.pl: improve POWER9 performance...
2018-06-03 Andy Polyakovchacha/asm/chacha-ppc.pl: improve POWER8 performance...
2018-06-03 Andy PolyakovPPC assembly pack: correct POWER9 results.
2018-06-03 Andy Polyakov{arm64|x86_64}cpuid.pl: add special 16-byte case to...
2018-06-03 Andy Polyakovmodes/gcm128.c: coalesce calls to GHASH.
2018-06-03 Andy Polyakovevp/e_aes.c: replace calls to one-liners with reference...
2018-06-03 Kurt RoeckxFix checking the return value of getentropy()
2018-06-03 Kurt RoeckxRemove support for calling getrandom(), we now always...
2018-06-03 Kurt RoeckxLook up availability of getentropy() at runtime.
2018-06-03 Kurt RoeckxAdd support for KERN_ARND to get random bytes on NetBSD
2018-06-02 Ken GoldmanDocument failure return for ECDSA_SIG_new
2018-06-02 Rich SalzMake OS/X more explicit, to avoid questions
2018-06-01 Richard LevitteSTORE: split off the description of the 'file' scheme...
2018-05-31 Richard LevitteENGINE_pkey_asn1_find_str(): don't assume an engine...
2018-05-31 Matt CaswellDon't call setsockopt with an invalid fd
2018-05-31 Matt CaswellFix a memory leak in an error path
2018-05-31 Matt CaswellFree a variable
2018-05-31 Matt CaswellFree a variable on an error path
2018-05-31 Matt CaswellOnly set TCP_NODELAY if the protocol is TCP
2018-05-31 Matt CaswellEVP_MD_size() can return an error
2018-05-31 Matt CaswellRemove some logically dead code
2018-05-31 Matt CaswellRemove some logically dead code
2018-05-31 Richard Levitteapps: when the 'compat' nameopt has been set, leave...
2018-05-30 Yihong WangReduce minimal out length in CRYPTO_128_unwrap_pad
2018-05-30 Userbn/bn_exp.c: mitigation of the One-and-Done side-channe...
2018-05-30 Andy Polyakovchacha/asm/chacha-ppc.pl: optimize AltiVec/VMX code...
2018-05-30 Andy Polyakovperlasm/ppc-xlate.pl: add new instructions and clean up.
2018-05-30 Andy Polyakovapps/speed.c: address asan failure with small -bytes...
2018-05-30 Andy Polyakovapps/speed.c: add -aead flag.
2018-05-30 Andy Polyakovapps/speed.c: clean up SIGARM handling.
2018-05-30 Richard LevitteOSSL_STORE: don't test file: URIs on Mingw
2018-05-30 Mingtao YangAdd APIs for custom X509_LOOKUP_METHOD creation
2018-05-30 Dmitry BelyavskiyText description of GOST signature algorithms
2018-05-30 Dmitry BelyavskiySend GOST SignatureAlgorithms when TLS 1.2 in use
2018-05-30 Dmitry BelyavskiyBugfix: GOST2012 certificates for GOST ciphersuites...
2018-05-29 Todd ShortReplace strdup() with OPENSSL_strdup()
2018-05-29 Todd ShortFix no-sm2 with clang
2018-05-29 Matt CaswellTest that a ^ 0 mod -1 is always 0
2018-05-29 Matt CaswellThe result of a ^ 0 mod -1 is 0 not 1
2018-05-29 Matt CaswellUpdate the "Connected Commands" section of s_client...
2018-05-29 Matt CaswellPrepare for 1.1.1-pre8-dev
2018-05-29 Matt CaswellPrepare for 1.1.1-pre7 release OpenSSL_1_1_1-pre7
2018-05-29 Matt CaswellUpdate copyright year
2018-05-28 Dr. Matthias... ECDSA_SIG: restore doc comments which were deleted...
2018-05-28 Dr. Matthias... ECDSA_SIG: add simple getters for commonly used struct...
2018-05-28 Dr. Matthias... RSA: add simple getters for commonly used struct members
2018-05-28 Dr. Matthias... DSA: add simple getters for commonly used struct members
2018-05-28 Dr. Matthias... DH: fix: add simple getters for commonly used struct...
2018-05-27 Dr. Matthias... util/libcrypto.num: fix symbol collision between 1...
2018-05-26 Bernd EdlingerTry to work around ubuntu gcc-5 ubsan build failure
2018-05-26 Nick MathewsonImprove the example getpass() implementation to show...
2018-05-26 Nick MathewsonUpdate documentation for PEM callback: error is now -1.
2018-05-25 Bernd EdlingerFix array bounds violation in ssl_session_dup
2018-05-24 Matt CaswellAdd a sanity check on the length of pkeyutl inputs
2018-05-24 Matt CaswellRevert "Support EVP_PKEY_sign() and EVP_PKEY_verify...
2018-05-24 Matt CaswellImprove compatibility of point and curve checks
2018-05-23 David BenjaminSave and restore the Windows error around TlsGetValue.
2018-05-23 David BenjaminUse OPENSSL_EC_EXPLICIT_CURVE constant.
2018-05-23 David BenjaminFix explicit EC curve encoding.
2018-05-23 Viktor DukhovniSkip CN DNS name constraint checks when not needed
2018-05-23 Viktor DukhovniLimit scope of CN name constraints
next