Add demo for ARIA-256-CBC.
[openssl.git] / crypto /
2022-03-04 XiaokangQianFix build issue with aes-gcm-armv8-unroll8_64.S on...
2022-03-03 John Baldwinasn1_string_to_time_t: Use timegm on FreeBSD.
2022-03-03 Michael BaentschAdd testing of OBJ_find_sigid_by_algs()
2022-03-03 Michael Baentschenable CMS sign/verify for provider-implemented PKEYs
2022-03-03 zhangzhileiSM4 optimization for non-asm mode
2022-03-03 Hugo LandauFix NULL pointer dereference for BN_mod_exp2_mont
2022-02-28 Tom Cosgroveaarch64: Fix async_fibre_swapcontext() on clang BTI...
2022-02-28 Jiasheng Jiangcrypto/x509/v3_utl.c: Add missing check for OPENSSL_strndup
2022-02-28 PauliChange `strlen' argument name to `strlength' to avoid...
2022-02-28 Paulifetch: convert a NULL property query to ""
2022-02-22 Dr. David von OheimbCMP: add subject of any provided CSR as default message...
2022-02-22 Deepankar Bhattach... chacha20 performance optimizations for ppc64le with...
2022-02-21 Paulix509: handle returns from X509_TRUST_get_by_id() more...
2022-02-20 Jiasheng Jiangrand: Add missing check for rand_get_global
2022-02-18 EasySecenc : add support for wrap mode
2022-02-14 Armin FuerstAdd tests for do_updatedb
2022-02-14 Tomas MrazApply the correct Apache v2 license
2022-02-11 PauliChange condition to avoid spurious compiler complaints.
2022-02-10 Kelvin Leebn_lib.c: Change Endianess check to as a binary condition.
2022-02-10 Andrey MatyukovAES-GCM enabled with AVX512 vAES and vPCLMULQDQ.
2022-02-10 Weiguo LiFix outdated comments
2022-02-09 Tom Cosgroveaarch64: fix branch target indications in arm64cpuid...
2022-02-08 Jiasheng Jiangrsa: add check after calling BN_BLINDING_lock
2022-02-08 Bernd EdlingerCheck for presence of 1.1.x openssl runtime
2022-02-07 Tomas MrazReplace size check with more meaningful pubkey check
2022-02-07 Danny TsenFixed counter overflow
2022-02-07 Dimitris ApostolouFix typos
2022-02-06 Paulievp enc: cache cipher key length
2022-02-06 Paulievp enc: cache cipher IV length
2022-02-06 Pauliaes: avoid accessing key length field directly
2022-02-05 Richard LevitteMove e_os.h to include/internal
2022-02-04 Harry SintonenAdd missing CRYPTO_THREAD_cleanup_local of default_cont...
2022-02-04 Juan Manuel GuerreroFix builds with DJGPP
2022-02-03 Todd ShortFix copyrights
2022-02-03 slontisFix EVP todata and fromdata when used with selection...
2022-01-31 Pauliaes: make the no-asm constant time code path not the...
2022-01-27 Jiasheng JiangBIO_new_from_core_bio: Check for NULL pointer after...
2022-01-27 Matt CaswellEnsure X509_STORE_CTX_purpose_inherit handles a 0 defau...
2022-01-27 Tomas Mrazlhash: Avoid 32 bit right shift of a 32 bit value
2022-01-26 Richard LevitteAdd support for signed BIGNUMs in the OSSL_PARAM_BLD API
2022-01-26 Richard LevitteAdd support for signed BIGNUMs in the OSSL_PARAM API
2022-01-26 Jiasheng JiangUI: Check for NULL pointer after calling OPENSSL_memdup
2022-01-26 Darshan SenAllow empty passphrase in PEM_write_bio_PKCS8PrivateKey...
2022-01-26 Darshan SenFix invalid malloc failures in PEM_write_bio_PKCS8Priva...
2022-01-26 Jiasheng Jiangx509: add the check for X509_STORE_lock
2022-01-25 XiaokangQianOptimize AES-GCM for uarchs with unroll and new instruc...
2022-01-24 Danny TsenAES-GCM performance optimzation with stitched method...
2022-01-21 Richard LevitteERR: Move ERR_set_mark(), ERR_pop_to_mark() and ERR_cle...
2022-01-21 Gerd Hoffmanncrypto/bio: drop float formating for UEFI
2022-01-21 Gerd HoffmannRevert "crypto/bio: fix build on UEFI"
2022-01-20 Richard LevitteAdd signed bn2bin and bin2bn functions
2022-01-20 Richard Levitte[refactor] BIGNUM: Modify bin2bn() to work from least...
2022-01-20 Richard LevitteBIGNUM: Add a comment on chunk order in struct bignum_st
2022-01-20 Richard Levitte[refactor] BIGNUM: Modify bn2binpad()'s setup to be...
2022-01-20 Richard Levitte[refactor] BIGNUM: collapse BN_bin2bn() and BN_lebin2bn...
2022-01-20 James MuirSimpler square-root computation for Ed25519
2022-01-20 fangming.fangFix sm3ss1 translation issue in sm3-armv8.pl
2022-01-19 PauliAdd context dup functions for digests and ciphers
2022-01-18 Daniel HuSM4 optimization for ARM by HW instruction
2022-01-18 Paulireplace ;; with ; as statement separator
2022-01-17 Tomas Mrazbn_ppc.c: Fix build failure on AIX with XLC/XLCLANG
2022-01-17 Tomas MrazDo not call ossl_ffc_name_to_dh_named_group with NULL...
2022-01-17 Tomas MrazProperly return error on EVP_PKEY_CTX_set_dh_nid and...
2022-01-15 Pauliproperty: reduce memory consumption when OPENSSL_SMALL_...
2022-01-14 Dr. David von OheimbFix malloc failure handling of X509_ALGOR_set0()
2022-01-14 manisonEVP: fix evp_keymgmt_util_match so that it actually...
2022-01-14 fangming.fangSM3 acceleration with SM3 hardware instruction on aarch64
2022-01-13 Dmitry BelyavskiyCleansing all the temporary data for s390x
2022-01-13 Matt CaswellClear md_data only when necessary
2022-01-13 Paulilhash: use lock when TSAN not available for statistics...
2022-01-13 Paulimem: do not produce usage counts when tsan is unavailable.
2022-01-13 Pauliobject: use updated tsan lock detection capabilities
2022-01-13 Paulicore namemap: use updated tsan lock detection capabilities
2022-01-13 Gerd Hoffmanndrop unused callback variable
2022-01-12 Tomas MrazEVP_DigestSignFinal: *siglen should not be read if...
2022-01-12 Pauliparam dup: add errors to failure returns
2022-01-12 Pauliparam build set: add errors to failure returns
2022-01-12 Pauliparam build: add errors to failure returns
2022-01-12 Pauliparams: add error messages for built in param conversions
2022-01-12 Paulierr: add additional errors
2022-01-11 Matt CaswellFix Decoder, Encoder and Store loader fetching
2022-01-11 Matt CaswellStatically link the legacy provider to endecode_test
2022-01-10 Matt CaswellFix a leak in EVP_DigestInit_ex()
2022-01-10 Matt CaswellEnsure that MDs created via EVP_MD_meth_new() go down...
2022-01-10 Tomas MrazEVP_PKEY_derive_set_peer_ex: Export the peer key to...
2022-01-09 Gerd Hoffmanncrypto/bio: fix build on UEFI
2022-01-09 David BenjaminDon't use __ARMEL__/__ARMEB__ in aarch64 assembly
2022-01-07 Peiwei HuFix: some patches related to error exiting
2022-01-07 Dr. David von Oheimbv2i_AUTHORITY_KEYID(): Improve error reporting on parsi...
2022-01-07 Dr. David von Oheimbasn1/x_algor.c: add internal ossl_X509_ALGOR_from_nid...
2022-01-07 Dr. David von OheimbOSSL_STORE_open_ex(): Prevent spurious error: unregiste...
2022-01-07 Tomas MrazEVP_PKEY_fromdata(): Do not return newly allocated...
2022-01-06 Bernd EdlingerFix copyright year issues
2022-01-05 Dimitris ApostolouFix typos
2022-01-05 zhaozgsm2: fix {i2d,d2i}_PublicKey EC_KEY is EVP_PKEY_SM2
2022-01-05 fangming.fangfix building failure when using -Wconditional-uninitialized
2022-01-05 Tomas Mraztrace.c: Add missing trace category entry
2022-01-04 Dr. David von OheimbHTTP client: Work around HTTPS proxy use bug due to...
2022-01-04 Sebastian Andrzej... Use USE_SWAPCONTEXT on IA64.
2022-01-04 Matt CaswellValidate the category in OSSL_trace_end()
next