]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto
Reorganize private crypto header files
[thirdparty/openssl.git] / crypto /
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
2019-07-24  Bernd EdlingerChange DH parameters to generate the order q subgroup...
2019-07-23  PauliAvoid double clearing some BIGNUMs
2019-07-21  Richard LevitteCygwin: enable the use of Dl_info and dladdr()
2019-07-18  Shane LontisCleanup use of X509 STORE locks
2019-07-17  Patrick Steuers390x assembly pack: fix restoring of SIGILL action
2019-07-15  Krists KrilovsFix wrong lock claimed in x509 dir lookup.
2019-07-08  Dmitry BelyavskiyAvoid NULL pointer dereference. Fixes #9043.
2019-07-08  Lei MaohuiFix build error for aarch64 big endian.
2019-07-07  Bernd EdlingerFix an endless loop in BN_generate_prime_ex
2019-07-02  Bernd EdlingerCheck for V_ASN1_BOOLEAN/V_ASN1_NULL in X509_ATTRIBUTE_...
2019-07-02  Bernd EdlingerFix ASN1_TYPE_get/set with type=V_ASN1_BOOLEAN
2019-07-02  Dr. Matthias St... Add regenerated header files
2019-07-01  Matt CaswellEnsure that rc5 doesn't try to use a key longer than...
2019-06-30  Antoine CœurFix Typos
2019-06-24  PauliExcise AES-XTS FIPS check.
2019-06-24  PauliAllow AES XTS decryption using duplicate keys.
2019-06-21  Bernd EdlingerHandle CTRL-C as non-redoable abort signal
2019-06-19  Rebecca CranFix UEFI build on FreeBSD by not including system headers
2019-06-19  Tomas MrazFix and document BIO_FLAGS_NONCLEAR_RST behavior on...
2019-06-18  Bernd EdlingerFix error handling at openssl_strerror_r
2019-06-18  Rebecca CranSwap #if blocks in uid.c so target platform gets checke...
2019-06-11  Matt CaswellMove a fall through comment
2019-06-11  Bernd EdlingerFix a URL to the NMBRTHRY list archive
2019-06-10  Tomas MrazBIO_lookup_ex: Retry with AI_ADDRCONFIG cleared if...
2019-06-09  Dr. Matthias St... Revert the DEVRANDOM_WAIT feature
2019-06-07  Acheev BhagatReplace BIO_printf with ASN1_STRING_print in GENERAL_NA...
2019-06-04  Vitezslav Cizekbuild_SYS_str_reasons: Fix a crash caused by overlong...
2019-06-03  Shane LontisAdd the content type attribute to additional CMS signer...
2019-05-31  David BenjaminFix various mistakes in ec_GFp_nistp_recode_scalar_bits...
2019-05-31  RetropotenzaFix CHECK_BSD_STYLE_MACROS for OpenBSD and cryptodev...
2019-05-30  PauliFix broken change from b3d113e.
2019-05-29  Dr. Matthias St... crypto/conf: openssl_config_int() returns unitialized...
2019-05-28  Tomas MrazThe SHA256 is not a mandatory digest for DSA.
2019-05-28  Richard LevitteUpdate copyright year
2019-05-26  FdaSilvaYYOCSP: fix memory leak in OCSP_url_svcloc_new method.
2019-05-24  voevFix GOST OID
2019-05-24  agnosticdevissue-8973: Added const to parameters for values that...
2019-05-22  Patrick SteuerEVP_Digest*: enable SHA3 pre-hashing for DSA
2019-05-22  Patrick SteuerEVP_Digest*: enable SHA3 pre-hashing for ECDSA
2019-05-22  Patrick Steuers390x assembly pack: allow specifying the tag after...
2019-05-21  Kurt RoeckxChange default RSA, DSA and DH size to 2048 bit
2019-05-21  Matt CaswellRevert "EVP_*Update: ensure that input NULL with length...
2019-05-09  Rashmica Guptacrypto/ppccap.c: Fix which hwcap value used to check...
next