Add Docs for EVP_CIPHER-*
[openssl.git] / crypto /
2021-05-28 Shane LontisFix PKCS12_create() so that a fetch error is not added...
2021-05-28 Petr GotthardFix memory leak in OSSL_CMP_CTX
2021-05-28 Rich SalzRework and make DEBUG macros consistent.
2021-05-28 Tom CosgroveInitialise OPENSSL_armcap_P to 0 before setting it...
2021-05-27 Paulicoverity 1484912: Null pointer dereferences (NULL_RETURNS)
2021-05-27 Paulicoverity 1484913: Null pointer dereferences (REVERSE_INULL)
2021-05-27 Paulierrors: update error message (to be squashed)
2021-05-27 Paulirsa: check that the RNG is capable of producing a key...
2021-05-27 Paulirsa: remove the limit on the maximum key strength
2021-05-26 Rich SalzUse "" for include crypto/xxx
2021-05-26 Rich SalzUse "" for include internal/xxx
2021-05-26 Rich SalzUse <> for #include openssl/xxx
2021-05-26 Paulirsa: rename global rsaz_ sumbols so they are in namespace
2021-05-26 Pauliaes: rename new bsaes_ symbols -> ossl_bsaes_ ones
2021-05-26 Paulibn: rename extract_multiplier_2x20_win5 -> ossl_extract...
2021-05-26 Paulibn: rename bn_check_prime_int -> ossl_bn_check_primt
2021-05-26 Tomas MrazDeprecate old style BIO callback calls
2021-05-26 Tomas MrazOSSL_DECODER_from_bio: Report an unsupported error...
2021-05-26 Tomas MrazFix possible infinite loop in pem_read_bio_key_decoder()
2021-05-26 Paulirsa: special case the strengths of RSA with 7680 and...
2021-05-26 Shane LontisFix buffer overflow when generating large RSA keys...
2021-05-26 Paulierr: rename err_load_xxx_strings_int functions
2021-05-25 Paulimac: add a getter for the MAC block size.
2021-05-25 Rich SalzRemove engine_table_select_int
2021-05-24 Juergen ChristFix warning in gf_serialize
2021-05-24 Matt CaswellDon't try the same decoder multiple times
2021-05-24 Jon SpillettAdded PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithm...
2021-05-24 Jon SpillettAdd PBKDF1 to the legacy provider
2021-05-24 Matt CaswellRemove some perl 5.14 use from rsaz-avx512.pl
2021-05-24 Shane LontisRename the field 'provctx and data' to 'algctx' inside...
2021-05-23 Matt CaswellFix a memleak in the FIPS provider
2021-05-23 Paulicore: condition out more in FIPS builds
2021-05-22 Pauliproperty: convert integers to strings properly.
2021-05-21 Jean-Philippe BoivinProperly restore XMM registers in ChaCha20's AVX-512...
2021-05-21 Tomas Mrazpem_read_bio_key_legacy: Do not obscure real error...
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
next