.travis.yml: omit linux-ppc64le target.
[openssl.git] / crypto /
2018-07-22 Andy Polyakovec/ecp_nistz256.c: fix ecp_nistz256_set_from_affine.
2018-07-22 Andy Polyakovec/asm/ecp_nistz256-{!x86_64}.pl: fix scatter_w7 function.
2018-07-22 Andy Polyakovbn/bn_intern.c: const-ify bn_set_{static}_words.
2018-07-22 Richard LevittePKCS12: change safeContentsBag from a SET OF to a SEQUE...
2018-07-20 Andy Polyakovcrypto/*: address standard-compilance nits.
2018-07-20 Andy Polyakovbio/bss_dgram.c: harmonize usage of OPENSSL_USE_IPV6...
2018-07-20 Andy Polyakovec/ec_lcl.h: fix pre-C9x compilation problems.
2018-07-20 Matt CaswellValidate legacy_version
2018-07-18 Andy Polyakovec/ecdsa_ossl.c: switch to fixed-length Montgomery...
2018-07-18 Andy Polyakovec/ecdsa_ossl.c: formatting and readability fixes.
2018-07-18 Andy Polyakovec/ecdsa_ossl.c: revert blinding in ECDSA signature.
2018-07-18 Andy Polyakovbn/bn_lib.c address Coverity nit in bn2binpad.
2018-07-17 MatFix typo in x25519-x86_64.pl
2018-07-16 Nicola TuveriEC2M Lopez-Dahab ladder: use it also for ECDSA verify
2018-07-16 Nicola TuveriEC2M Lopez-Dahab ladder implementation
2018-07-16 Nicola TuveriEC point multiplication: add `ladder` scaffold
2018-07-16 Nicola TuveriRemove stale SM2 error codes
2018-07-15 Andy Polyakovec/curve25519.c: reorganize for better accessibility.
2018-07-15 Andy Polyakovec/asm/x25519-x86_64.pl: add CFI directives and Windows...
2018-07-15 Andy Polyakovec/asm/x25519-x86_64.pl: fix base 2^64 add/sub and...
2018-07-14 Andy Polyakovbn/bn_lcl.h,bn_nist.c: addres strict warnings with...
2018-07-14 Andy Polyakovrsa/*: switch to BN_bn2binpad.
2018-07-14 Andy Polyakovbn/bn_lib.c: make BN_bn2binpad computationally constant...
2018-07-12 Patrick SteuerFix undefined behavior in s390x aes-gcm/ccm
2018-07-12 Andy Polyakovbn/bn_{mont|exp}.c: switch to zero-padded intermediate...
2018-07-12 Andy Polyakovbn/bn_lib.c: add BN_FLG_FIXED_TOP flag.
2018-07-12 Andy Polyakovbn/bn_mont.c: improve readability of post-condition...
2018-07-12 Andy Polyakovbn/bn_mont.c: move boundary condition check closer...
2018-07-12 Andy Polyakovbn/bn_lib.c: remove bn_check_top from bn_expand2.
2018-07-10 PauliNCONF_get_number refix.
2018-07-10 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: fix solaris64-x86_64...
2018-07-09 Conrad MeyerCorrectly check for cryptodev hash support
2018-07-09 Andy Polyakovmodes/ocb128.c: readability and formatting improvements.
2018-07-09 DesWurstesmodes/ocb128.c: improve the calculation of double mask
2018-07-07 Matt CaswellRemove a memset
2018-07-07 Matt CaswellCheck a return value for success in ec_field_size()
2018-07-07 Matt CaswellFix some Coverity issues in sm2_encrypt()
2018-07-07 Matt CaswellCheck md_size isn't negative before we use it
2018-07-06 Andy Polyakovevp/e_chacha20_poly1305.c: further improve small-fragme...
2018-07-04 Billy Brumley[crypto/ec] disable SCA mitigations for curves with...
2018-07-03 Andy Polyakovchacha/asm/chacha-x86_64.pl: add dedicated path for...
2018-07-03 Andy Polyakovperlasm/x86_64-xlate.pl: refine symbol recognition...
2018-07-03 PauliCheck for NULL conf in NCONF_get_number
2018-07-01 PauliRemove development artifacts.
2018-07-01 Andy Polyakovrand/rand_unix.c: address macro redifinition warning.
2018-07-01 Andy Polyakovmodes/asm/ghash-armv4.pl: address "infixes are deprecat...
2018-06-29 Andy Polyakovevp/e_chacha20_poly1305.c: improve performance for...
2018-06-28 Rich SalzZero-fill IV by default.
2018-06-27 Matt CaswellReturn a fatal error if application data is encountered...
2018-06-26 PauliModify the DEVRANDOM source so that the files are kept...
2018-06-26 Matt CaswellRespect SSL_OP_NO_TICKET in TLSv1.3
2018-06-25 Andy Polyakovstore/loader_file.c: fix char-subscripts warning.
2018-06-25 Andy PolyakovPA-RISC assembly pack: make it work with GNU assembler...
2018-06-25 Andy Polyakovrand/rand_unix.c: mask getentropy ELF detection on...
2018-06-25 Andy Polyakovec/ec_pmeth.c: minor cleanups and readability fixes.
2018-06-25 Nicola TuveriUse ec_group_do_inverse_ord() in SM2
2018-06-25 Nicola TuveriAdd inter-module private header for EC functions
2018-06-24 Bernd EdlingerFix a new gcc-9 warning [-Wstringop-truncation]
2018-06-22 Benjamin Kadukecdsa_ossl: address coverity nit
2018-06-22 Andy Polyakovsha/asm/sha{256|512}-armv4.pl: harmonize thumb2 support...
2018-06-22 Nicola TuveriRemove __cplusplus preamble from internal headers
2018-06-22 Nicola Tuverienable-ec_nistp_64_gcc_128: Fix function prototype...
2018-06-21 Shane LontisFixed range of random produced in BN_is_prime_fasttest_...
2018-06-21 Billy Brumley[crypto/ec] default to FLT or error
2018-06-21 Billy Brumley[crypto/ec] remove blinding to support even orders
2018-06-21 Billy Brumleymake EC_GROUP_do_inverse_ord more robust
2018-06-21 Bernd EdlingerAdd -Wstrict-prototypes option to --strict-warnings
2018-06-21 Andy PolyakovRemove some inline assembler and non-standard constructs.
2018-06-21 Billy Brumley[crypto/ec] don't assume points are of order group...
2018-06-21 Nicola TuveriUse DEPRECATEDIN_1_2_0 macro for DSA_sign_setup declaration
2018-06-21 Matt CaswellAdd blinding to a DSA signature
2018-06-20 Matt CaswellUpdate copyright year
2018-06-19 Sohaib ul HassanImplement coordinate blinding for EC_POINT
2018-06-19 Jack LloydMove SM2 algos to SM2 specific PKEY method
2018-06-19 Jack LloydAdd EVP_PKEY_set_alias_type
2018-06-19 Richard LevitteConvert our own check of OPENSSL_NO_DEPRECATED
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 'unsupported cipher mode' diagnostics to evp_lib...
2018-06-18 David von Oheimbremove needless and misleading malloc failure error...
2018-06-15 Dr. Matthias St... RAND_POOL: Add missing implementations for djgpp
2018-06-14 Andy Polyakovbn/bn_exp.c: harmonize all code paths with last commit.
2018-06-13 Matt CaswellAdd blinding to an ECDSA signature
2018-06-12 Richard LevitteMake ck_errf.pl ignore commented out error generation
2018-06-12 Guido VrankenReject excessively large primes in DH key generation.
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 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 function for setting the EVP_PKEY_ASN1_METHOD raw...
2018-06-08 Matt CaswellAdd support getting raw private/public keys
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.
next