]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp
docs: fix typos
[thirdparty/openssl.git] / crypto / evp /
2 days ago  Dmitry BelyavskiyFix SKEYMGMT enumeration, add tests
2025-07-30  Ingo FranzkiOnly report generic error if provider did not put an...
2025-07-29  Anton Moryakovcrypto: evp: fix potential null pointer dereference...
2025-07-18  Norbert Pocsevp_pkey_type: Make base_id_conversion table static
2025-07-17  Norbert PocsDeprecate ASN1_METH internal usage
2025-07-16  Norbert Pocscrypto/evp/digest.c: optimize ossl_(un)likely
2025-07-02  Tomas Mrazlibapps + libcrypto: Silence warnings on Win64 builds
2025-06-10  Viktor DukhovniAllow keygen after dup of minimal PKEY ctx
2025-06-10  Daniel Van GeestFix SHAKE AlgorithmIdentifier encodings
2025-06-09  Dr. David von Oheimbcrypto/evp/ctrl_params_translate.c: prevent clashes...
2025-06-09  Paulirand: add argument error checking to EVP_RAND_nonce()
2025-06-09  Paulirand: produce correct return from EVP_RAND_nonce
2025-05-29  Viktor DukhovniNote finished state in cipher BIO EOF
2025-05-27  Paulievp: add EVP_PKEY_get_security_category function
2025-05-23  Tomas MrazAvoid leaking duplicated EVP_PKEY_CTX in case of error
2025-05-20  Dr. David von Oheimbcrypto/evp/signature.c: add checks for consistent prese...
2025-05-20  Dr. David von Oheimbcrypto/evp/signature.c: add more specific diagnostic...
2025-05-20  Dr. David von Oheimbcrypto/evp/signature.c: compensate for providers not...
2025-05-20  Dr. David von Oheimbcrypto/evp: compensate for providers not adding error...
2025-04-30  Kenjiro Nakayamabio_b64.c: Replace OPENSSL_assert() calls with ossl_ass...
2025-04-15  slontisFix EVP_PKEY_CTX_dup() so that it copies the keymanager.
2025-04-14  fangming.fangImplement interleaving aes-cbc-hmac-sha on aarch64
2025-03-20  Viktor DukhovniAvoid erroneous legacy code path when provided
2025-03-14  Tomas MrazKeep the provided peer EVP_PKEY in the EVP_PKEY_CTX too
2025-03-12  openssl-machineCopyright year updates
2025-03-03  Jakub ZelenkaFix libctx passing for CMS PWRI use
2025-02-27  Valerii KryginEVP_DecodeUpdate() should not produce padding zeros...
2025-02-25  Andrew DinhEVP_PKEY_derive_set_peer_ex(): Don't free peer on error
2025-02-21  Dmitry BelyavskiyEVP_SKEY_get_raw_key => EVP_SKEY_get0_raw_key
2025-02-20  Tomas MrazRefactor EVP_SKEY initialization
2025-02-20  Dmitry BelyavskiyFix coverity finding
2025-02-18  Dmitry BelyavskiyFix coverity issues
2025-02-18  Frederik Wedel-HeinenAdds missing checks of return from XXX_up_ref(). feature/evp_skey
2025-02-18  slontisSLH-DSA: Remove legacy ASN1 method tables for SLH-DSA...
2025-02-18  slontisSLH-DSA cleanups
2025-02-18  slontisAdd SLH-DSA encoder/decoder support.
2025-02-15  Simo SorceAdd additional EVP_SKEY helpers
2025-02-15  Simo SorceAllow import of unknown keys via generic type
2025-02-15  Dmitry BelyavskiyImplement EVP_MAC_init_SKEY
2025-02-15  Simo SorceAdd skeymgmt helper to fetch from a provider
2025-02-15  Dmitry BelyavskiyEVP_SKEY implementation for EVP_CIPHER
2025-02-14  Paulievp: add additional functions for FIPS internal use...
2025-02-14  Paulievp: include one shot keygen functions for internal...
2025-02-14  Paulifips: FIPS ignores property queries for internal algori...
2025-02-11  Simo SorceChange also other DRBG's algorithm fetching
2025-02-11  Simo SorcePrefer DRBG ciphers from the same provider
2025-01-28  Bartel ArtemEVP_DigestSign(): Check pctx != NULL
2025-01-28  Viktor DukhovniClarify docs of EVP_CIPHER*_get_block_size
2025-01-27  Dmitry BelyavskiyExpanding trace of providers algorithms fetching/cachin...
2025-01-07  Frederik Wedel-HeinenPass functions with correct signatures to the evp_gener...
2024-12-17  otherddn1978Check whether ctx->pctx != NULL
2024-12-17  Ramkumarfeat: add EVP APIs for cipher pipelining
2024-12-10  Neil HormanFix potential use-after-free in REF_PRINT_COUNT
2024-11-20  wangchengAdd CTX copy function for EVP_MD to optimize the perfor...
2024-11-07  Vladimirs AmbrosovsBugfixes for params to legacy control translations...
2024-10-04  slontisExclude EVP_DigestSign and EVP_DigestVerify related...
2024-09-17  Matt CaswellDon't restrict what EVP_PKEY_Q_keygen can be used for
2024-09-15  Dmitry BelyavskiyEVP_get_default_properties - implementation
2024-09-05  Tomas MrazCopyright year updates
2024-09-03  Alexandr NedvedickyEVP_CIPHER_CTX_get_algor_params() may attempt to access...
2024-08-30  Viktor DukhovniImprove base64 BIO correctness and error reporting
2024-08-29  Richard LevitteRefactor OpenSSL 'EdDSA' EVP_SIGNATURE to allow use...
2024-08-29  slontisEVP_MD_size() updates
2024-08-29  slontisXOF / EVP_MD_size() changes.
2024-08-27  Richard Levittefix coding style
2024-08-27  Richard Levittefeat: Implement EVP_PKEY_CTX_{set,get}_algor_params...
2024-08-27  Richard Levittefeat: Implement EVP_CIPHER_CTX_{set,get}_algor_params...
2024-08-21  Richard LevitteImplement functionality for direct use of composite...
2024-08-20  slontisAdd FIPS self test updates
2024-08-14  slontisAdd EDDSA FIPS self tests.
2024-08-07  Dmitry BelyavskiyImplementation of the RFC 9579, PBMAC1 in PKCS#12
2024-08-06  slontisAdd KeyManagement keygen parameter getter/gettable...
2024-07-31  Tomas Mrazevp_get_digest/cipherbyname_ex(): Try to fetch if not...
2024-07-22  Dimitri Papadopoulosopen brace '{' following struct go on the same line
2024-07-22  Dimitri Papadopoulosthat open brace { should be on the previous line
2024-07-11  sashanEVP_DigestUpdate(): Check if ctx->update is set
2024-06-26  Tomas Mrazevp_pkey_ctx_setget_params_to_ctrl(): Always properly...
2024-06-21  Tomas MrazFix regression of EVP_PKEY_CTX_add1_hkdf_info() with...
2024-05-30  CoolThiRemove the dead store in EVP_DecryptFinal_ex
2024-05-24  Max AmmannEVP_CIPHER_CTX_get_key_length(): Add null check of...
2024-05-15  Tomas MrazIntentionally break EVP_DigestFinal for SHAKE128 and...
2024-04-17  trinity-1686aHandle empty param in EVP_PKEY_CTX_add1_hkdf_info
2024-04-09  Todd ShortFix EVP_PKEY_CTX_add1_hkdf_info() behavior
2024-04-09  Richard LevitteCopyright year updates
2024-03-15  Matt CaswellFix unbounded memory growth when using no-cached-fetch
2024-02-14  Dimitri PapadopoulosFix new typos found by codespell
2024-01-31  Richard LevitteFix error reporting in EVP_PKEY_{sign,verify,verify_rec...
2024-01-25  Neil HormanAdd appropriate NULL checks in EVP_CIPHER api
2024-01-15  Matt CaswellMove discovery of the legacy alg type into the keymgmt
2024-01-12  Holger DenglerFix partial block encryption in cfb and ofb for s390x...
2024-01-11  sashanevp_fetch.c: Check meth_id instead of name_id
2024-01-01  Neil Hormangate calling of evp_method_id on having a non-zero...
2023-12-29  Dimitri PapadopoulosFix new typos found by codespell
2023-11-10  slontisAdd EVP_DigestSqueeze() API.
2023-11-03  Matthias St. Pierreinternal/common.h: rename macro `(un)likely` to `ossl_...
2023-10-26  Dr. David von OheimbEVP_PKEY_get_{bits,security_bits,size}(): add missing...
2023-10-25  Tomas MrazBlake2b: Use OSSL_DIGEST_PARAM_SIZE as settable instead...
2023-10-24  Paulievp: process key length and iv length early if present
2023-10-24  Matthias St. Pierrerand: fix seeding from a weak entropy source
2023-10-17  Dr. David von OheimbEVP shake_ctrl(): add missing NULL evp_ctx check
next