]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto
Enrich arm64 tests in Travis matrix
[thirdparty/openssl.git] / crypto /
2019-12-11  Veres LajosFix some typos
2019-12-06  Bernd EdlingerImprove the overflow handling in rsaz_512_sqr
2019-12-06  Andy PolyakovFix an overflow bug in rsaz_512_sqr
2019-11-29  Matt CaswellEVP_*Update: ensure that input NULL with length 0 isn...
2019-11-27  Richard Levittei2b_PVK(): Use Encrypt, not Decrypt
2019-11-22  Richard LevitteUI_UTIL_wrap_read_pem_callback(): when |cb| is NULL...
2019-11-21  PauliEVP p_lib: Add NULL check to EVP_PKEY_missing_parameters.
2019-11-21  PauliEngine: Add NULL check.
2019-11-21  PauliECDSA: don't clear free memory after verify.
2019-11-20  Bernd EdlingerFix sha512_block_data_order_avx2 backtrace info
2019-11-20  Patrick SteuerAllow specifying the tag after AAD in CCM mode (2)
2019-11-17  Patrick Steuers390x assembly pack: fix bn_mul_comba4
2019-11-17  Anthony HuAdd missing EVP_PKEY_METHOD accessors for digestsign...
2019-11-13  Joerg Schmidbauerchacha_enc.c: fix for EBCDIC platforms
2019-11-13  Nicola TuveriFix EC_POINT_bn2point() for BN_zero()
2019-11-09  Bernd EdlingerFix a -Warray-bounds gcc warning in OPENSSL_DIR_read
2019-11-09  raniervfconf_def.c: Avoid calling strlen() in a loop
2019-11-05  Richard LevitteBIO_s_connect: add an error state and use it
2019-11-04  Matt CaswellDon't leak memory in the event of a failure in i2v_GENE...
2019-11-03  Patrick Steuers390x assembly pack: enable clang build
2019-11-02  Richard LevitteVMS: Added new method to gather entropy on VMS, based...
2019-11-01  Patrick Steuermd4/md5: macros should not include the line following...
2019-11-01  Scott WilsonFix potential memory leak in dh_ameth.c
2019-10-31  Billy Brumley[crypto/bn] fix a few small timing leaks in BN_lshift1...
2019-10-29  Paul YangSuppress an error when doing SM2 sign/verify ops
2019-10-28  Tobias NießenAllow EVP_PKEY_get0_RSA for RSA-PSS keys
2019-10-23  Cesar Pereida GarciaUpdate control logic for BN_gcd
2019-10-18  Dr. Matthias St... Move random-related defines from e_os.h to rand_unix.c
2019-10-18  Dr. Matthias St... rand_unix.c: correct include guard comments
2019-10-17  Cesar Pereida GarciaConstant-time GCD function.
2019-10-17  Cesar Pereida GarciaUnify BN_rshift design
2019-10-16  Cesar Pereida Garcia[crypto/asn1/x_bignum.c] Explicit test against NULL
2019-10-15  David BenjaminDocument and add macros for additional DSA options
2019-10-15  Nicola Tuveri[ec_asn1.c] Avoid injecting seed when built-in matches
2019-10-10  Viktor SzakatsFix unused goto label gcc warning
2019-10-03  Richard LevitteDefine AESNI_ASM if AESNI assembler is included, and...
2019-10-03  Dr. Matthias St... rsa: replace magic number '11' by RSA_PKCS1_PADDING_SIZE
2019-10-03  Bernd EdlingerFix iOS simulator build
2019-10-02  Michael OsipovFix long name of some Microsoft objects
2019-09-30  Kurt RoeckxAdd defines for __NR_getrandom for all Linux architectures
2019-09-30  Paul YangFix a bundle of mischecks of return values
2019-09-27  Dr. Matthias St... Fix header file include guard names
2019-09-27  Dr. Matthias St... Reorganize local header files
2019-09-27  Dr. Matthias St... Reorganize private crypto header files
2019-09-21  Kurt RoeckxUse the correct maximum indent
2019-09-16  Bernd EdlingerFix building statically without any dso support
2019-09-16  ManishPatidar1clearing the ecx private key memory
2019-09-13  Bernd EdlingerFix potential memory leaks with BN_to_ASN1_INTEGER
2019-09-12  Tomas MrazBIO_f_zlib: Properly handle BIO_CTRL_PENDING and BIO_CT...
2019-09-11  Dr. Matthias St... crypto/threads_win.c: fix preprocessor indentation
2019-09-11  Dr. Matthias St... crypto/threads_none.c: fix syntax error in openssl_get_...
2019-09-10  Matt CaswellUpdate copyright year
2019-09-10  Bernd EdlingerFix a padding oracle in PKCS7_dataDecode and CMS_decryp...
2019-09-10  Bernd EdlingerFix a potential crash in rand_unix.c
2019-09-10  Bernd EdlingerFix a strict warnings error in rand_pool_acquire_entropy
2019-09-09  Dr. Matthias St... drbg: fix issue where DRBG_CTR fails if NO_DF is used...
2019-09-09  Dr. Matthias St... drbg: add fork id to additional data on UNIX systems
2019-09-09  Dr. Matthias St... drbg: ensure fork-safety without using a pthread_atfork...
2019-09-09  Bernd EdlingerFix build with VS2008
2019-09-09  Bernd EdlingerUse BN_clear_free in DH_set0_key
2019-09-09  Bernd EdlingerDH_check_pub_key_ex was accidentally calling DH_check,
2019-09-09  Bernd EdlingerChange DH_generate_parameters back to order 2q subgroup
2019-09-09  Nicola Tuveri[ec] Match built-in curves on EC_GROUP_new_from_ecparam...
2019-09-07  Bernd EdlingerRemove x86/x86_64 BSAES and AES_ASM support
2019-09-07  Billy Brumley[crypto/ec] for ECC parameters with NULL or zero cofact...
2019-09-06  Nicola Tuveri[ec/ecp_nistp*.c] restyle: use {} around `else` too
2019-09-06  Nicola Tuveri[ec/ecp_nistp*.c] remove flip_endian()
2019-09-06  Nicola TuveriUniform BN_bn2binpad() and BN_bn2lebinpad() implementations
2019-09-06  Nicola TuveriMake BN_num_bits() consttime upon BN_FLG_CONSTTIME
2019-09-06  Nicola TuveriFix a SCA leak using BN_bn2bin()
2019-09-06  Bernd EdlingerFix a SCA leak in BN_generate_dsa_nonce
2019-09-06  Cesar Pereida Garcia[crypto/rsa] Set the constant-time flag in multi-prime...
2019-09-06  Cesar Pereida Garcia[crypto/asn1] Fix multiple SCA vulnerabilities during...
2019-09-05  Bernd EdlingerFix error handling in x509_lu.c
2019-09-05  Bernd EdlingerCleanup includes in rand_unix.c
2019-09-05  Bernd EdlingerRemove ifndef FIPS_MODE from rand_unix.c
2019-08-29  PauliFix NITs in comments and CHANGES for DEVRANDOM seeded...
2019-08-27  Cesar Pereida GarciaFix SCA vulnerability when using PVK and MSBLOB key...
2019-08-24  PauliAvoid overflowing FDSET when using select(2).
2019-08-20  PauliStart up DEVRANDOM entropy improvement for older Linux...
2019-08-19  Bernd EdlingerAdd a fallback definition for __NR_getrandom for x86...
2019-08-19  Bernd EdlingerAdd a fallback definition for __NR_getrandom for ARM...
2019-08-18  Patrick SteuerDirectly return from final sha3/keccak_final if no...
2019-08-17  Bernd EdlingerFix error handling in X509_chain_up_ref
2019-08-15  Omid NajafiFix syntax error for the armv4 assembler
2019-08-15  Richard Levittecrypto/engine/eng_openssl.c: define TEST_ENG_OPENSSL_RC...
2019-08-14  opensslonzos-githubAdd missing EBCDIC strings
2019-08-13  Tomas MrazBIO_lookup_ex: Do not retry on EAI_MEMORY
2019-08-13  Tomas MrazBIO_lookup_ex: Always retry the lookup on failure with...
2019-08-09  Matt CaswellEnsure RSA PSS correctly returns the right default...
2019-08-09  Vladimir Kotalmake ecp_nistz256_point_add_vis3() local
2019-08-08  Shane LontisChange EVP_CIPHER_CTX_iv_length() to return current...
2019-08-01  Dr. Matthias St... Add missing accessors for X509 AuthorityKeyIdentifier
2019-07-31  Antoine CœurFix Typos
2019-07-31  joe2018OutlookcomFix warning C4164 in MSVC.
2019-07-31  David von Oheimbmake RSA and DSA operations throw MISSING_PRIVATE_KEY...
2019-07-23  PauliMake rand_pool buffers more dynamic in their sizing.
2019-07-23  Bernd EdlingerAllocate DRBG additional data pool from non-secure...
2019-07-24  Dr. Matthias St... Remove OPENSSL_X509V3_H include detector from openssl...
2019-07-24  Dr. Matthias St... Remove HEADER_BSS_FILE_C module include guard
next