Fix compiler error when using config option 'enable-acvp-tests'
[openssl.git] / crypto /
2021-05-15 Richard LevitteASN1: Fix i2d_provided() return value
2021-05-15 Matt CaswellInit the child providers immediately on creation of...
2021-05-14 Dr. David von OheimbAdd OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}
2021-05-14 Dr. David von Oheimbhttp_client.c: Rename internal fields and functions...
2021-05-14 Dr. David von OheimbHTTP client: Allow streaming of response data (with...
2021-05-14 Dr. David von OheimbHTTP client: Allow streaming of request data (for POST...
2021-05-14 Dr. David von OheimbHTTP client API: Generalize to arbitrary request and...
2021-05-14 Dr. David von OheimbOSSL_HTTP_transfer(): Fix error reporting in case rctx...
2021-05-14 Dr. David von OheimbOSSL_HTTP_get(): Do not close connection if redirect...
2021-05-14 Dr. David von OheimbHTTP: Implement persistent connections (keep-alive)
2021-05-14 Dr. David von OheimbOSSL_HTTP_REQ_CTX_add1_headers(): Fix use with host...
2021-05-14 Dr. David von OheimbCMP test server: Extend error reporting on cert rejecte...
2021-05-14 Dr. David von Oheimbcmp_server.c: Improve transaction management and logging
2021-05-14 Dr. David von OheimbOSSL_CMP_SRV_process_request(): Log any error queue...
2021-05-14 Dr. David von OheimbHTTP client: Rename 'maxline' parameter to 'buf_size...
2021-05-14 Juergen ChristFix provider library build wrt. AES
2021-05-14 bonniegongcheck i2d_ASN1_TYPE return value
2021-05-13 Dr. David von Oheimbhttp_client.c: Fix inconsistency w.r.t. type of max_res...
2021-05-13 Tomas MrazReplace some of the ERR_clear_error() calls with mark...
2021-05-13 Xiaofei Baicrypto/arm_arch.h: add a variable declaration
2021-05-13 Ben AvisonARM assembly pack: translate bit-sliced AES implementat...
2021-05-13 Tomas MrazFallback to legacy pem decoding if OSSL_DECODER fails
2021-05-13 Tomas MrazImplement pem_read_key directly through OSSL_DECODER
2021-05-13 Tomas MrazReplace EVP_PKEY_supports_digest_nid
2021-05-13 Tomas MrazDrop ASN1_PKEY_CTRL_SUPPORTS_MD_NID
2021-05-13 Paulix509: fix a dangling pointer
2021-05-13 Xiaofei BaiAdd $AESDEF in libdefault.a to fix aes regression
2021-05-12 Shane LontisExport/import flags for FFC params changed to seperate...
2021-05-12 Benjamin Kadukmake update
2021-05-12 Dr. David von OheimbHTTP client: Minimal changes that include the improved API
2021-05-12 Dr. David von OheimbAdd ASN1_item_i2d_mem_bio(); document and improve also...
2021-05-12 Tomas MrazA few cleanups of the provider build.infos
2021-05-12 Pauliencoder: add a _name() function for encoders and decoders
2021-05-12 Pauliproperty: create property names more eagerly.
2021-05-12 Job SnijdersAdd OID for RPKI id-ct-signedChecklist
2021-05-12 Paulievp: fix return code check.
2021-05-12 Paulicoverity: fix 1484542 dereference after null check
2021-05-11 Xiaofei BaiFix missing $CPUIDDEF in libdefault.a
2021-05-11 Matt CaswellExclude child provider code from the FIPS module
2021-05-11 Matt CaswellDon't convert pre-existing providers into children
2021-05-11 Matt CaswellAdd support for child provider to up_ref/free their...
2021-05-11 Matt CaswellRegister callbacks with core for child provider creatio...
2021-05-11 Matt CaswellAdd the concept of a child OSSL_LIB_CTX
2021-05-11 Matt CaswellAdd the ability for ex_data to have a priority
2021-05-11 Matt CaswellOnly load the config file into the default libctx if...
2021-05-11 Dr. David von OheimbConstify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set...
2021-05-11 Dr. David von OheimbAdd convenience functions and macros for asymmetric...
2021-05-11 Michael Richardsonreduce surprise in choice of CASE/String/STRING by...
2021-05-11 David CARLIERarmcap: fix Mac M1 SHA512 support.
2021-05-10 Shane LontisFix i2d_PKCS8PrivateKey_nid_bio() regression.
2021-05-09 David CarlierBIO_listen: disable setting ipv6_v6only on OpenBSD...
2021-05-09 fangming.fangOptimize RSA on armv8
2021-05-09 Theo BuehlerAvoid division by zero in hybrid point encoding
2021-05-08 Benjamin Kaduktasn_dec: use do/while around statement macros
2021-05-08 Dr. David von OheimbCrypto: Add deprecation compatibility declarations...
2021-05-08 Dr. David von OheimbAdd quick one-shot EVP_Q_mac() and deprecation compensa...
2021-05-08 Shane LontisRemove unused code from the fips module
2021-05-08 Martin Schwenkebn: Add fixed length (n=6), unrolled PPC Montgomery...
2021-05-07 Pauliprovider: use a read lock when looking for a provider
2021-05-07 Pauliprovider: flush the store cache when providers are...
2021-05-07 Jon SpillettFixes #14662. Return all EC parameters even for named...
2021-05-07 Jon SpillettFixes #15070. Allow custom algorithm ID ASN.1 encoding...
2021-05-07 Richard LevitteDrop libimplementations.a
2021-05-06 Petr GotthardFix NULL dereference when ENCODER does not implement...
2021-05-06 Matt CaswellUpdate copyright year
2021-05-06 Tomas MrazMake the -inform option to be respected if possible
2021-05-06 Paulicoverity: fix 1478169: dereference after NULL check
2021-05-05 Rich SalzRemove all trace of FIPS_mode functions
2021-05-05 Tomas MrazFix missing symbols in no-cms and no-ts build
2021-05-05 Paulimac: add EVP_MAC_finalXOF() function
2021-05-05 Rich SalzAdd .includedir pragma
2021-05-05 Rich SalzAllow absolute paths to be set
2021-05-05 Shane LontisFix KMAC bounds checks.
2021-05-04 Dr. David von OheimbHTTP client: Correct the use of optional proxy URL...
2021-05-04 Dr. David von OheimbBIO_eof() and OSSL_STORE_eof(): Make sure to return...
2021-05-04 Dr. David von OheimbOSSL_DECODER_from_bio() Prevent spurious decoding error...
2021-05-04 Dr. David von OheimbOSSL_STORE_expect(): Improve error handling and documen...
2021-05-04 Matt CaswellCreate libcrypto support for BIO_new_from_core_bio()
2021-05-01 Dmitry BelyavskiyUse OCSP-specific error code for clarity
2021-04-30 Daniel BeveniusFix typo in OSSL_DECODER_CTX_set_input_structure
2021-04-30 Richard LevitteSTORE: Fix the repeated prompting of passphrase
2021-04-30 Richard LevitteCORE: Rework the pre-population of the namemap
2021-04-30 Eric CurtinRemove dated term and fixed typo anther
2021-04-29 Jon SpillettAdd library context and property query support into...
2021-04-29 Scott McPeakasn1_lib.c: ASN1_put_object: Remove comment about ...
2021-04-28 Matt CaswellStore the list of activated providers in the libctx
2021-04-28 Matt CaswellProperly protect access to the provider flag_activated...
2021-04-28 Dr. David von OheimbCMS ESS: Move four internal aux function to where they...
2021-04-28 Dr. David von OheimbTS ESS: Move four internal aux function to where they...
2021-04-28 Dr. David von OheimbESS: Export three core functions, clean up TS and CMS...
2021-04-28 David BenjaminAdd X509 version constants.
2021-04-28 Tomas MrazImprove the implementation of X509_STORE_CTX_get1_issuer()
2021-04-28 Tomas MrazPrefer fetch over legacy get_digestby/get_cipherby
2021-04-28 Rich SalzRename some globals, add ossl prefix.
2021-04-27 Richard LevitteASN1: Ensure that d2i_ASN1_OBJECT() frees the strings...
2021-04-26 Shane LontisDeprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().
2021-04-26 Shane LontisFixes related to separation of DH and DHX types
2021-04-26 Tomas MrazAdd type_name member to provided methods and use it
2021-04-23 Richard Levittecrypto/store/ossl_result.c: Better filtering of errors
2021-04-23 Richard LevitteEVP: evp_keymgmt_util_try_import() should clean up...
next