check-format.pl: Add check for constant left of comparison operator
[openssl.git] / crypto /
2021-05-20 Matt CaswellUpdate copyright year
2021-05-20 Richard LevitteEVP: Modify EVP_PKEY_export() to handle legacy EVP_PKEYs
2021-05-20 Richard LevitteModify EVP_PKEY_ASN1_METHOD's export_to function to...
2021-05-20 Matt CaswellUpdate documentation for global properties mirroring
2021-05-20 Matt CaswellEnsure mirroring of properties works for subsequent...
2021-05-20 Matt CaswellAdd a callback for providers to know about global prope...
2021-05-20 Matt CaswellImplement the ability to convert a PROPERTY_LIST to...
2021-05-20 Paulitodo: remove TODO(3.0) from the sources.
2021-05-20 PauliRevert "ARM assembly pack: translate bit-sliced AES...
2021-05-19 Dr. David von OheimbX509_STORE_CTX_get1_issuer(): Simplify code, reducing...
2021-05-19 Dr. David von OheimbX509 build_chain(): Fix two potential memory leaks...
2021-05-19 Dr. David von OheimbX509 build_chain(): Make the variable 'curr' local...
2021-05-19 Dr. David von OheimbX509 build_chain(): Rename variable 'depth' to 'max_depth'
2021-05-19 Dr. David von OheimbX509 build_chain(): Restrict scope of 'self_signed...
2021-05-19 Richard LevitteMake sure to include "internal/numbers.h" to get SIZE_MAX
2021-05-19 Richard LevitteFix crypto/bio/b_sock.c for VMS
2021-05-19 Dr. David von OheimbCMS_get0_SignerInfos(): Prevent spurious error on cms_g...
2021-05-19 Dr. David von OheimbMake SMIME_read_CMS_ex() and SMIME_read_ASN1_ex() suppo...
2021-05-19 Dr. David von Oheimbbio_lib: Add BIO_get_line, correct doc of BIO_gets
2021-05-18 Matt CaswellBetter error messages if there are no encoders/decoders...
2021-05-18 Dr. David von OheimbMove ossl_sleep() to e_os.h and use it in apps
2021-05-18 Pauliseal: make EVP_SealInit() library context aware
2021-05-18 Paulihmac: fix coverity 1484888 negative integer to size_t...
2021-05-18 Paulievp: fix coverity 1484885 negative integer to size_t...
2021-05-18 Pauliprovider: fix coverity 1484884: uninitialised lock use
2021-05-17 Matt CaswellFix a use-after-free in the child provider code
2021-05-17 Petr GotthardFix pointer passed to provider_unquery_operation
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.
next