openssl-cmp.pod.in: fix grammar glitch
[openssl.git] / crypto /
2023-12-19 Dr. David von OheimbCMP lib and app: add optional certProfile request messa...
2023-12-13 Neil HormanHarden asn1 oid loader to invalid inputs
2023-12-13 fangming.fangEnable BTI feature for md5 on aarch64
2023-12-12 Max Bachmannremove duplicated typedef for u64
2023-12-12 James Muirossl-params: check length returned by strlen()
2023-12-12 Matt CaswellFix some invalid use of sscanf
2023-12-12 Matt CaswellAvoid an infinite loop in BN_GF2m_mod_inv
2023-12-12 Randall S. BeckerDeprecate SPT threading support on NonStop.
2023-12-12 Bernd EdlingerFix a possible memory leak in do_othername
2023-12-07 Neil HormanAdd overflow checks to parse_number/parse_hex/parse_oct
2023-12-06 Tomas Mrazossl_decoder_cache_flush(): Do not raise an error if...
2023-12-04 Richard LevitteAfter initializing a provider, check if its output...
2023-12-04 olszomalFix loading more than one certificate in PEM format...
2023-12-01 Neil HormanAdd locking to CRYPTO_secure_used
2023-12-01 Bernd EdlingerFix a possible use after free in X509v3_asid_add_id_or_...
2023-11-30 Xi Ruoyaobn_nist: Fix strict-aliasing violations in little-endia...
2023-11-29 fisher.yuOptimize AES-CTR for ARM Neoverse V1 and V2.
2023-11-24 Tomas Mrazx86_64-xlate.pl: Fix build with icx and nvc compilers
2023-11-23 Tomas MrazSHA3_squeeze(): The next argument is int
2023-11-23 Tomas Mrazkeccak1600-armv4.pl: Further fix for the DigestSqueeze...
2023-11-22 Bernd EdlingerFix possible memleak in PKCS7_add0_attrib_signing_time
2023-11-22 Bernd EdlingerFix a possible memleak in CMS_sign_receipt
2023-11-22 Bernd EdlingerFix a possible memleak in PKCS7_add_attrib_smimecap
2023-11-15 slontisFix SHA3_squeeze on armv4.
2023-11-15 Rohan McLureppc64: Fix SHA3_squeeze
2023-11-14 Tom CosgroveEnable AES and SHA3 optimisations on Apple Silicon...
2023-11-14 Neil HormanForce Nonstop to use fcntl(F_GETFL) in BIO_sock_nbio
2023-11-10 Holger DenglerSupport multiple calls of low level SHA3_squeeze()...
2023-11-10 slontisAdd EVP_DigestSqueeze() API.
2023-11-06 Richard LevitteMake DH_check_pub_key() and DH_generate_key() safer yet
2023-11-03 Matthias St. Pierreinternal/common.h: rename macro `(un)likely` to `ossl_...
2023-11-03 Paulirand uniform: fix likely usage
2023-11-03 Stephen FarrellAdd additional internal HPKE hardening checks resulting...
2023-11-01 Christian SchmidtCorrect comment in crypto/ec/curve448/ed448.h
2023-11-01 Paulirand uniform: add comments outlining the algorithm
2023-11-01 Paulirand: implement an unbiased random integer from a range
2023-10-30 James Muirfree oaep label-octet-string on error
2023-10-26 Dr. David von OheimbEVP_PKEY_get_{bits,security_bits,size}(): add missing...
2023-10-26 Dr. David von OheimbCMS and PKCS7: fix handlling of EVP_PKEY_get_size(...
2023-10-26 Phoebe Chenriscv: Provide vector crypto implementation of AES...
2023-10-26 Jerry Shihriscv: Support sm3 on platforms with vlen >= 128.
2023-10-26 Jerry Shihriscv: Provide vector crypto implementation of AES...
2023-10-26 Phoebe ChenProvide additional AES-GCM test patterns to enhance...
2023-10-26 Jerry Shihriscv: Provide vector crypto implementation of AES...
2023-10-26 Phoebe Chenriscv: Provide vector crypto implementation of AES...
2023-10-26 Phoebe Chenriscv: Support SHA-512 family on platforms with vlen...
2023-10-26 Phoebe Chenriscv: Code optimization for SHA-256.
2023-10-26 Jerry Shihriscv: Provide a vector implementation of CHACHA20...
2023-10-26 Phoebe Chenriscv: Provide vector crypto implementation of AES...
2023-10-26 Jerry ShihUpdate for Zvkb extension.
2023-10-26 Phoebe Chenriscv: Further optimization for single block aes-zvkned...
2023-10-26 Phoebe Chenriscv: Further optimization for single block aes-zvkned...
2023-10-26 Phoebe Chenriscv: Add RISC-V Vector opcode in riscv.pm
2023-10-26 Phoebe ChenFix typo in ghash-riscv64*.pl
2023-10-26 Ard Biesheuvelriscv: Implement AES-192
2023-10-26 Charalampos Mitrodimasriscv: SM3: Provide a Zvksh-based implementation
2023-10-26 Christoph Müllnerriscv: SM4: Provide a Zvksed-based implementation
2023-10-26 Charalampos Mitrodimasriscv: sha512: Provide a Zvknhb-based implementation
2023-10-26 Charalampos Mitrodimascrypto: sha512: Add mechanism to keep C code as fallbac...
2023-10-26 Charalampos Mitrodimasriscv: sha256: Provide a Zvknha-based implementation
2023-10-26 Charalampos Mitrodimascrypto: sha256: Add mechanism to keep C code as fallbac...
2023-10-26 Christoph Müllnerriscv: AES: Provide a Zvkned-based implementation
2023-10-26 Christoph Müllnerriscv: GCM: Provide a Zvkg-based implementation
2023-10-26 Christoph Müllnerriscv: GCM: Provide a Zvbb/Zvbc-based implementation
2023-10-26 Christoph Müllnerriscv: Add basic vector extension support
2023-10-26 Damian Hobson-Garciax509_print_ex: Remove unused setting when XN_FLAG_COMPA...
2023-10-26 Damian Hobson-GarciaFix X509_REQ_print_ex bug
2023-10-26 Damian Hobson-Garciax509_print_ex:Use correct constant for nmflag comparison
2023-10-26 Matthias St. Pierrecrypto/initthread.c: fix misspelled OSSL_provider_init...
2023-10-26 trigpolynomaes-gcm-avx512.pl: fix non-reproducibility issue
2023-10-26 Tomas Mrazbn: Properly error out if aliasing return value with...
2023-10-26 Alexey Fofanovreturn 0 if an error occurred
2023-10-25 Tomas MrazBlake2b: Use OSSL_DIGEST_PARAM_SIZE as settable instead...
2023-10-25 Matt CaswellMake s_client -quic -debug work
2023-10-25 Clemens Langrsa: Add SP800-56Br2 6.4.1.2.1 (3.c) check
2023-10-24 Nate KarstensAdd notes on use of strdup
2023-10-24 Paulievp: process key length and iv length early if present
2023-10-24 Matthias St. Pierrerand: fix seeding from a weak entropy source
2023-10-24 Richard Levitterand: improve error message for rand pool overflows
2023-10-23 Matt CaswellEnsure that the ERR_STATE is left in a consistent state
2023-10-20 Matthias St. Pierrerand: add callbacks to cleanup the user entropy resp...
2023-10-19 Tomas Mrazcms_enc.c: Include crypto/asn1.h for struct asn1_object_st
2023-10-19 Tomas MrazDo not include crypto/asn1.h from internal/cryptlib.h
2023-10-18 Neil HormanDont require CRT params on ossl_rsa_set0_all_params
2023-10-18 Neil Hormanremove sanity check from ossl_rsa_todata
2023-10-18 Tomas Mrazossl_param_build_set_multi_key_bn(): Do not set NULL...
2023-10-18 Neil Hormanensure that ossl_obj_nid_lock is allocated before use
2023-10-18 James Muircms encrypt, better OBJ_nid2obj() return check
2023-10-18 Pavel Stetsukfix: LINEAR search doesn't work properly (if CHARSET_EB...
2023-10-18 Daiki Uenorsa: Accept NULL OAEP label for backward compatibility
2023-10-17 Dr. David von OheimbEVP shake_ctrl(): add missing NULL evp_ctx check
2023-10-17 Dr. David von OheimbCMS_add1_signer(): add missing ERR_raise() calls
2023-10-13 Tomas MrazWindows: use srand() instead of srandom()
2023-10-11 Tomas MrazDH_check_pub_key() should not fail when setting result...
2023-10-11 Bernd EdlingerImprove Malloc Failure Test
2023-10-10 Dr. David von OheimbCMP: fix OSSL_CMP_MSG_http_perform() by adding option...
2023-10-10 Evgeny Karpov* Enable extra Arm64 optimization on Windows for GHASH...
2023-10-05 Neil Hormanembed bio_dgram_data inside bio_dgram_sctp_data
2023-10-05 Tomas MrazBN_gcd(): Avoid shifts of negative values
2023-10-04 Pauliossl_property_list_to_string: handle quoted strings
next