VMS: Redefine _XOPEN_SOURCE_EXTENDED with the value 1
[openssl.git] / include / crypto /
2024-05-09 Hongren Zhengriscv: use hwprobe syscall for capability detection
2024-05-07 shridhar kalavaguntaMove ossl_asn1_string_to_time_t() to libtestutil
2024-05-02 Tomas MrazRename BN_generate_dsa_nonce() to ossl_bn_gen_dsa_nonce...
2024-05-02 Tomas MrazAdd ossl_bn_priv_rand_range_fixed_top() and use it...
2024-05-02 Tomas MrazMake ossl_gen_deterministic_nonce_rfc6979() constant...
2024-04-24 Damian Hobson-GarciaAdd RFC 5755 attribute certificate support
2024-04-09 Richard LevitteCopyright year updates
2024-03-12 Alexandr NedvedickyLimit the number of http headers when receiving the...
2024-02-06 Ingo Franzkis390x: Fix build on s390x with 'disable-asm'
2024-01-15 Matt CaswellMove discovery of the legacy alg type into the keymgmt
2024-01-12 barracuda156aes_platform.h, gcm128.c: fix Darwin PowerPC macro...
2024-01-11 Tomas MrazDisable build of HWAES on PPC Macs
2024-01-09 Neil HormanAugment RSA provider to generate CRT coefficients on...
2024-01-03 Tomas MrazAllow duplicate CMS attributes
2023-12-21 Neil HormanDetect and prevent recursive config parsing
2023-12-14 Neil HormanAvoid setting gen_type to -1 in dsa_gen_set_params
2023-11-29 fisher.yuOptimize AES-CTR for ARM Neoverse V1 and V2.
2023-11-10 slontisAdd EVP_DigestSqueeze() API.
2023-11-06 Richard LevitteMake DH_check_pub_key() and DH_generate_key() safer yet
2023-11-01 Paulirand: implement an unbiased random integer from a range
2023-10-26 Dr. David von OheimbEVP_PKEY_get_{bits,security_bits,size}(): add missing...
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 Jerry Shihriscv: Provide a vector implementation of CHACHA20...
2023-10-26 Phoebe Chenriscv: Use the optimized rvv AES-128/192/256-CBC.
2023-10-26 Jerry ShihUpdate for Zvkb extension.
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 Mitrodimasriscv: sha256: Provide a Zvknha-based implementation
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-24 Matthias St. Pierrerand: fix seeding from a weak entropy source
2023-10-20 Matthias St. Pierrerand: add callbacks to cleanup the user entropy resp...
2023-10-10 Evgeny Karpov* Enable extra Arm64 optimization on Windows for GHASH...
2023-09-28 Matt CaswellCopyright year updates
2023-09-27 Matt CaswellFix a mem leak when the FIPS provider is used in a...
2023-09-27 Paulifips: use seed source requested
2023-09-27 Paulirand: add extra error code
2023-09-27 Paulifips selftest: avoid relying on a real RNG for self...
2023-09-11 Dimitri Papadopoulos"foo * bar" should be "foo *bar"
2023-09-07 Matt CaswellCopyright year updates
2023-09-04 slontisChange PBES2 KDF default salt length to 16 bytes.
2023-08-16 slontisFix decoders so that they use the passed in propq.
2023-08-15 Richard LevitteRemove include/internal/decoder.h, as it's superfluous
2023-08-10 MscVZoltanDon't use C++ reserved word template for function arguments
2023-07-28 Xi Ruoyaovpaes: LoongArch: Use getauxval(AT_HWCAP) for LSX detection
2023-07-16 Matt CaswellOptimise PKEY decoders
2023-07-07 atishkovRemove unused internal functions
2023-07-01 Paulievp: update to structure based atomics
2023-07-01 Pauliecx: update to structure based atomics
2023-06-27 Fergus DallAdd support for SHA256/192
2023-06-14 Yi Liconfigure: introduce no-ecx to remove ECX related feature
2023-05-30 Dr. David von OheimbCMS, PKCS7, and CRMF: simplify use of EVP_PKEY_decrypt...
2023-05-29 Matt CaswellDon't take a write lock when freeing an EVP_PKEY
2023-05-12 Dr. David von OheimbCMP client: fix error response on -csr without private...
2023-04-04 Bernd EdlingerRevert "Fix Timing Oracle in RSA decryption"
2023-03-29 Tom CosgroveSM4 check should be for __aarch64__, not __ARM_MAX_ARCH...
2023-03-28 Todd ShortRFC7250 (RPK) support
2023-03-22 Evan MillerDo not build P10-specific AES-GCM assembler on macOS
2023-03-16 Christoph Müllnerriscv: Clean up extension test macros
2023-03-14 Simo SorceAdd a flag so finalised contexts are not reused
2023-03-01 slontisRemove ossl_rsa_pss_params_30_set_maskgenalg().
2023-02-28 slontisFix potential infinite loops in ECDSA signing.
2023-02-28 slontisFix infinite loops in DSA sign code.
2023-02-08 Tom CosgroveFix the return values of the aarch64 unroll8_eor_aes_gc...
2023-02-08 Juergen ChristS390x: Support ME and CRT offloading
2023-02-08 slontisAdd more punycode tests and remove ossl_a2ucompare()
2023-02-08 Tomas MrazInternaly declare the DSA type for no-deprecated builds
2023-02-07 Tomas MrazDo not create DSA keys without parameters by decoder
2023-02-07 Dmitry BelyavskiyFix Timing Oracle in RSA decryption
2023-02-01 Xu YizhouSM4 AESE optimization for ARMv8
2023-01-24 Dr. David von OheimbX509{,_CRL,_REVOKED}_{set,sign}*(): fix 'modified'...
2023-01-13 James MuirSupport all five EdDSA instances from RFC 8032
2022-12-14 Tomas MrazDo not build P10-specific AES-GCM assembler on AIX
2022-12-12 Hubert Kariorsa: add implicit rejection in PKCS#1 v1.5
2022-11-30 slontisImplement deterministic ECDSA sign (RFC6979)
2022-11-29 Xu Yizhouproviders: Add SM4 XTS implementation
2022-11-25 Stephen FarrellImplements Hybrid Public Key Encryption (HPKE) as per...
2022-11-24 Dr. David von OheimbCMP+CRMF: fix formatting nits in crypto/, include/...
2022-11-23 slontisImprove FIPS RSA keygen performance.
2022-11-15 Simo SorcePropagate selection all the way on key export
2022-11-10 Paulifuzz: add punycode decoder fuzz test
2022-11-10 Paulipunycode: update to use WPACKET instead of using custom...
2022-11-02 Tomas MrazRelease the drbg in the global default context before...
2022-11-01 Xu YizhouApply SM4 optimization patch to Kunpeng-920
2022-10-17 Čestmír Kalinacrypto: add preemptive threading support
2022-10-12 zhuchenAdd vpaes-loongarch64.pl module.
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-23 Graham WoodwardAllow PKCS12 export to set arbitrary bag attributes
2022-09-23 slontisAdd HPKE DHKEM provider support for EC, X25519 and...
2022-09-13 Tomas MrazFix AES-GCM on Power 8 CPUs
2022-09-05 Hongren (Zenithal... aes_platform: add riscv32 zkn asm support
2022-09-01 Hugo LandauBIO_dgram support for BIO_sendmmsg/BIO_recvmmsg
2022-08-24 Dr. David von OheimbX509: clean up doc and implementation of X509{,_REQ...
2022-08-24 Dr. David von Oheimbx509_att.c: improve error checking and reporting and...
next