- 4b2bd27 Public API functions OPENSSL_str[n]casecmp by Dmitry Belyavskiy · 3 years ago
- 5313746 Add error code for unsupported explicit parameters by Tomas Mraz · 3 years ago
- 4908787 SM4 optimization for ARM by ASIMD by Daniel Hu · 3 years ago
- 07342ba CMS sign digest by Viktor Söderqvist · 3 years ago
- 927d056 Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA by Hugo Landau · 3 years ago
- c0b7dac EVP_MD performance fix (refcount cache contention) by Hugo Landau · 3 years, 1 month ago
- f596bbe chacha20 performance optimizations for ppc64le with 8x lanes, by Deepankar Bhattacharjee · 3 years, 1 month ago
- 3d27ac8 Add define guards to avoid multi-inclusion by Weiguo Li · 3 years, 1 month ago
- 065121f Add tests for do_updatedb by Armin Fuerst · 3 years, 1 month ago
- 63b996e AES-GCM enabled with AVX512 vAES and vPCLMULQDQ. by Andrey Matyukov · 3 years, 2 months ago
- 345c99b Fixed counter overflow by Danny Tsen · 3 years, 2 months ago
- 9d987de Fix copyrights by Todd Short · 3 years, 2 months ago
- 944f822 Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY. by slontis · 3 years, 2 months ago
- 954f45b Optimize AES-GCM for uarchs with unroll and new instructions by XiaokangQian · 3 years, 2 months ago
- 44a563d AES-GCM performance optimzation with stitched method for p9+ ppc64le by Danny Tsen · 3 years, 2 months ago
- 15b7175 SM4 optimization for ARM by HW instruction by Daniel Hu · 3 years, 2 months ago
- 826da14 err: add additional errors by Pauli · 3 years, 3 months ago
- 9944df1 asn1/x_algor.c: add internal ossl_X509_ALGOR_from_nid() simplifying code by Dr. David von Oheimb · 3 years, 3 months ago
- 7db69a3 crypto/dsa.h: fix include guard name by Carlo Teubner · 3 years, 3 months ago
- 3841d0f Fix builds on Armv8 systems without AArch64 by Tom Cosgrove · 3 years, 5 months ago
- 5246183 EVP: Reverse the fetch logic in all pkey using functionality by Richard Levitte · 3 years, 5 months ago
- 24cdb1b MacOS prior to 10.12 does not support random API correctly by lprimak · 3 years, 7 months ago
- c023d98 Darwin platform allows to build on releases before Yosemite/ios 8. by David Carlier · 3 years, 7 months ago
- e1c2913 cpp: fix included files to avoid failure in no-deprecated builds by Pauli · 3 years, 7 months ago
- 36cf45e Correctly calculate the length of SM2 plaintext given the ciphertext by Matt Caswell · 3 years, 7 months ago
- ad6ac17 Fix i2v_GENERAL_NAME to not assume NUL terminated strings by Matt Caswell · 3 years, 7 months ago
- c96670e aes_v8_xts_encrypt is present only on 64bit arm builds by Tomas Mraz · 3 years, 8 months ago
- 54b4053 Update copyright year by Matt Caswell · 3 years, 8 months ago
- 589fbc1 Don't try and load the config file while already loading the config file by Matt Caswell · 3 years, 8 months ago
- 929f651 Fix custom EVP_PKEY_METHOD implementations where no engine is present by Matt Caswell · 3 years, 8 months ago
- 52f7e44 Split bignum code out of the sparcv9cap.c by Tomas Mraz · 3 years, 9 months ago
- 0588778 Made foreign bit field unsigned in evp.h by Randall S. Becker · 3 years, 9 months ago
- 3f773c9 fips module header inclusion fine-tunning by Tomas Mraz · 3 years, 9 months ago
- f616ad4 ENCODER & DECODER: Make a tighter coupling between en/decoders and keymgmt by Richard Levitte · 3 years, 9 months ago
- 3d178db ppccap.c: Split out algorithm-specific functions by Tomas Mraz · 3 years, 9 months ago
- 43c02d9 punycode: fix indentation by Pauli · 3 years, 9 months ago
- e69bde8 include: replace tabs with spaces in headers by Pauli · 3 years, 9 months ago
- 38fc02a Update copyright year by Matt Caswell · 3 years, 9 months ago
- 0756282 Refactor OSSL_DECODER_do_all_provided() to behave like OSSL_DECODER_fetch() by Richard Levitte · 3 years, 10 months ago
- 8c7c1c8 Add a generic SubjectPublicKeyInfo decoder by Matt Caswell · 3 years, 10 months ago
- 8c5bff2 Add support for ISO 8601 datetime format by William Edmisten · 3 years, 10 months ago
- b2f1b36 Actually use a legacy route in pem_read_bio_key_legacy() by Matt Caswell · 3 years, 10 months ago
- dce7272 Elimination of some sources not needed in the FIPS_MODULE by Tomas Mraz · 3 years, 10 months ago
- 2e006ae Add internal get_number functions to internal headers by Pauli · 3 years, 10 months ago
- f2e3584 add internal get_number functons to crypto/evp.h by Pauli · 3 years, 10 months ago
- 10dbfcc asn.1: remove TODOs by Pauli · 3 years, 10 months ago
- ed576ac Rename all getters to use get/get0 in name by Tomas Mraz · 3 years, 10 months ago
- 5e2d22d Pass library context and property query into private key decoders by Jon Spillett · 3 years, 10 months ago
- 528685f rand: use size_t for size argument to RAND_bytes_ex() by Pauli · 3 years, 10 months ago
- 64fac96 sparc: fix cross compile build by Pauli · 3 years, 10 months ago
- 3134fb2 errors: update error message (to be squashed) by Pauli · 3 years, 10 months ago
- 6229815 Use <> for #include openssl/xxx by Rich Salz · 3 years, 10 months ago
- 3675334 aes: rename new bsaes_ symbols -> ossl_bsaes_ ones by Pauli · 3 years, 10 months ago
- b93f6c2 err: rename err_load_xxx_strings_int functions by Pauli · 3 years, 10 months ago
- 7c14d0c Rename the field 'provctx and data' to 'algctx' inside some objects containing by Shane Lontis · 3 years, 10 months ago
- c9732f0 Fix a memleak in the FIPS provider by Matt Caswell · 3 years, 10 months ago
- bed7437 Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importer by Richard Levitte · 3 years, 10 months ago
- 447588b Add a callback for providers to know about global properties changes by Matt Caswell · 3 years, 10 months ago
- 40692ed Better error messages if there are no encoders/decoders/store loaders by Matt Caswell · 3 years, 10 months ago
- 8f96590 HTTP client: Minimal changes that include the improved API by Dr. David von Oheimb · 3 years, 11 months ago
- 5678420 Constify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set,get}table_params(), etc. by Dr. David von Oheimb · 3 years, 11 months ago
- f925315 Add convenience functions and macros for asymmetric key generation by Dr. David von Oheimb · 3 years, 11 months ago
- 4d49b68 Crypto: Add deprecation compatibility declarations for SHA* message digest functions by Dr. David von Oheimb · 3 years, 11 months ago
- 3fb985f Allow absolute paths to be set by Rich Salz · 3 years, 11 months ago
- b536880 Add library context and property query support into the PKCS12 API by Jon Spillett · 4 years ago
- 4189dc3 CMS ESS: Move four internal aux function to where they belong in crypto/cms by Dr. David von Oheimb · 4 years ago
- 176a9a6 TS ESS: Move four internal aux function to where they belong in crypto/ts by Dr. David von Oheimb · 4 years ago
- 1751768 ESS: Export three core functions, clean up TS and CMS CAdES-BES usage by Dr. David von Oheimb · 4 years ago
- f1ffaae Fixes related to separation of DH and DHX types by Shane Lontis · 4 years ago
- 6c9bc25 Add type_name member to provided methods and use it by Tomas Mraz · 4 years ago
- 309c6fb Add RUN_ONCE support to zlib init by Todd Short · 4 years ago
- f996595 ENCODER & DECODER: Allow decoder implementations to specify "carry on" by Richard Levitte · 4 years ago
- b247113 Detect low-level engine and app method based keys by Tomas Mraz · 4 years ago
- f6c95e4 Add "origin" field to EVP_CIPHER, EVP_MD by Rich Salz · 4 years ago
- 85fcc3f Remove keymgmt_copy function from the provider API by Tomas Mraz · 4 years ago
- b4f447c Add selection support to the provider keymgmt_dup function by Tomas Mraz · 4 years ago
- 4a9fe33 Implement provider-side keymgmt_dup function by Tomas Mraz · 4 years ago
- 3c2bdd7 Update copyright year by Matt Caswell · 4 years ago
- 860ecfd property: check return values from the property locking calls. by Pauli · 4 years ago
- 0806698 Check for integer overflow in i2a_ASN1_OBJECT and error out if found. by Pauli · 4 years ago
- 309a78a CORE: Add an algorithm_description field to OSSL_ALGORITHM by Richard Levitte · 4 years ago
- e454a39 Add a range check (from SP800-56Ar3) to DH key derivation. by Shane Lontis · 4 years ago
- 35bc387 Added guarding #ifndef/#define to avoid duplicate include of crypto/types.h by Randall S. Becker · 4 years ago
- c6b09ea Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITS by Matt Caswell · 4 years ago
- 2145ba5 Implement EVP_PKEY_dup() function by Tomas Mraz · 4 years ago
- a638fb9 Fix Build issue on Oracle Linux x64 by Shane Lontis · 4 years ago
- 4f0831b EVP_PKCS82PKEY: Create provided keys if possible by Tomas Mraz · 4 years ago
- e72dbd8 Fix usages of const EVP_MD. by Shane Lontis · 4 years ago
- aff442d Make ossl_d2i_PUBKEY_legacy() completely libcrypto internal by Richard Levitte · 4 years ago
- 695c96b Make evp_privatekey_from_binary() completely libcrypto internal by Richard Levitte · 4 years ago
- f4e46b8 PROV: Add type specific MSBLOB and PVK decoding for the MS->key decoders by Richard Levitte · 4 years ago
- cf33379 PROV: Add type specific PKCS#8 decoding to the DER->key decoders by Richard Levitte · 4 years ago
- 06f6761 PROV: Add type specific SubjectPublicKeyInfo decoding to the DER->key decoders by Richard Levitte · 4 years ago
- 4e17fb0 Add ossl_pkcs5_pbkdf2_hmac_ex symbol by Shane Lontis · 4 years ago
- 4669015 Add ossl_ x509 symbols by Shane Lontis · 4 years ago
- 285aa80 Add ossl_lhash symbols by Shane Lontis · 4 years ago
- fc27fca Add ossl_bn_group symbols by Shane Lontis · 4 years ago
- ff0266e Add ossl_sa symbols by Shane Lontis · 4 years ago
- 8a6e912 Add ossl_ symbols for sm3 and sm4 by Shane Lontis · 4 years ago
- 7bbadfc Add ossl_siv symbols by Shane Lontis · 4 years ago