openssl.git
2018-06-19 Richard LevitteConfigure option 'no-deprecated' means '-DOPENSSL_API_C...
2018-06-18 Andy Polyakovec/asm/ecp_nistz256-avx2.pl: harmonize clang version...
2018-06-18 Andy Polyakov{chacha|poly1305}/asm/*-x64.pl: harmonize clang version...
2018-06-18 Andy Polyakovsha/asm/sha{1|256}-586.pl: harmonize clang version...
2018-06-18 Andy Polyakovbn/asm/rsaz-avx2.pl: harmonize clang version detection.
2018-06-18 Matt CaswellFix error number clash
2018-06-18 David von Oheimbadd cast in test/x509aux.c preventing compiler warning...
2018-06-18 David von Oheimbadd 'unsupported cipher mode' diagnostics to evp_lib...
2018-06-18 David von Oheimbremove needless and misleading malloc failure error...
2018-06-15 Dr. Matthias... RAND_POOL: Add missing implementations for djgpp
2018-06-15 Eric S. RaymondRepair broken C syntax (missing close parens) in a...
2018-06-14 David CooperUpdate certificates in demos/bio, demos/cms, demos...
2018-06-14 Andy Polyakovbn/bn_exp.c: harmonize all code paths with last commit.
2018-06-14 Andy PolyakovConfigurations/10-main.conf: improve Makefile readabili...
2018-06-14 Andy PolyakovConfigurations/10-main.conf: move hpux-shared flags...
2018-06-13 Eric S. RaymondFix manpage problems
2018-06-13 Matt CaswellAdd blinding to an ECDSA signature
2018-06-13 Andy PolyakovConfigurations/10-main.conf: replace -bexpall with...
2018-06-13 Andy PolyakovConfigurations/10-main.conf: AIX configs unification.
2018-06-13 Andy PolyakovConfigure: add shared() to facilitate shared-specific...
2018-06-13 Andy PolyakovConfigurations/10-main.conf: reinstate soname on Solaris.
2018-06-13 Richard Levittedoc/man7/passphrase-encoding.pod: Make consistent
2018-06-12 Viktor DukhovniDocument return value of X509_add_ext
2018-06-12 Nicola TuveriDeprecate DSA_sign_setup() in the documentation
2018-06-12 Richard LevitteMake ck_errf.pl ignore commented out error generation
2018-06-12 Richard Levitte.travis.yml: give make update exit code meaning again
2018-06-12 Richard Levittemake errors: use the new util/ck_errf.pl options
2018-06-12 Richard Levitteutil/ck_errf.pl: add functionality that brings it close...
2018-06-12 Guido VrankenReject excessively large primes in DH key generation.
2018-06-11 Richard Levitteutil/ck_errf.pl: add detection of unknown libcrypto...
2018-06-11 David von Oheimbexport data_dir of Test.pm, which was forgotten in...
2018-06-11 Matt CaswellRemodel the if sequence for handling alerts
2018-06-11 Matt CaswellDon't send a warning alert in TLSv1.3
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...
next