]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto
Remove outdated info from man7/ssl
[thirdparty/openssl.git] / crypto /
2019-11-06  Matt CaswellEnsure EVP_get_digestbyname() and EVP_get_cipherbyname...
2019-11-05  Richard LevitteEVP: Make the SIGNATURE implementation leaner
2019-11-05  Richard LevitteEVP: Make the KEYEXCH implementation leaner
2019-11-05  Patrick Steuers390x assembly pack: process x25519 and x448 non-canoni...
2019-11-05  Patrick Steuers390x assembly pack: fix x448 handling of non-canonical...
2019-11-05  Patrick Steuers390x assembly pack: perlasm module update
2019-11-04  Matt CaswellDon't assume the type we read was the type we expected
2019-11-04  Matt CaswellDon't leak memory in the event of a failure in i2v_GENE...
2019-11-03  Richard LevitteOSSL_STORE: add tracing
2019-11-03  Richard LevitteX509_LOOKUP_store: new X509_LOOKUP_METHOD that works...
2019-11-03  Richard LevitteOSSL_STORE: constify the criterion parameter a bit...
2019-11-03  Richard LevitteChange EVP_PKEY_CTX_new_provided() to take a library...
2019-11-03  Richard LevitteMake EVP_PKEY_CTX initialization more precise
2019-11-03  Patrick SteuerFix --strict-warnings build
2019-11-03  Patrick Steuers390x assembly pack: enable clang build
2019-11-03  Richard LevitteFix OSSL_PARAM_set_BN() to fill the given buffer correctly.
2019-11-02  Richard LevitteVMS: Added new method to gather entropy on VMS, based...
2019-11-02  Richard LevitteBIO_s_connect: add an error state and use it
2019-11-02  PauliDRBG: add check for XOF so these can be disallowed...
2019-11-02  PauliDRBG: weaken the restriction on allowed digests.
2019-11-01  Patrick Steuers390x: fix build errors
2019-11-01  jayaramfix for Missing null check after OPENSSL_zalloc
2019-11-01  Patrick Steuermd4/md5: macros should not include the line following...
2019-11-01  Scott WilsonFix potential memory leak in dh_ameth.c
2019-10-31  Richard Levitteevp_pkey_ctx_free_old_ops(): Make sure to assign NULL...
2019-10-31  Billy Brumley[crypto/bn] fix a few small timing leaks in BN_lshift1...
2019-10-31  Andrew GallatinAdd support for in-kernel TLS (KTLS) on FreeBSD.
2019-10-31  Richard Levittecrypto/evp/evp_fetch.c: Make it more prominent that...
2019-10-30  Kelvin LeeFix undefined array OPENSSL_ia32cap_P.
2019-10-29  Dr. David von Oheimbchunk 5 of CMP contribution to OpenSSL
2019-10-28  Tobias NießenAllow EVP_PKEY_get0_RSA for RSA-PSS keys
2019-10-25  Dmitry BelyavskiyStrip BOM on loading PEM files
2019-10-23  Rich SalzDocument "get/set-app-data" macros.
2019-10-23  Cesar Pereida GarciaUpdate control logic for BN_gcd
2019-10-23  Simo SorceAdd KRB5KDF from RFC 3961
2019-10-22  Nicola TuveriDeprecate EC_GROUP_clear_free()
2019-10-22  Nicola TuveriAvoid using EC_GROUP_clear_free() internally
2019-10-21  Richard Levittecrypto/s390xcap.c: Add guards around the GETAUXVAL...
2019-10-21  Richard Levittecrypto/evp/pmeth_lib.c: Fix copy'n'paste error
2019-10-18  Dr. Matthias St... Move random-related defines from e_os.h to rand_unix.c
2019-10-18  Dr. Matthias St... rand_unix.c: correct include guard comments
2019-10-17  Rich SalzReplace BUF_ string function calls with OPENSSL_ ones
2019-10-17  Richard LevitteMove BLAKE2 digests completely to the default provider
2019-10-17  Richard Levitteevp_keymgmt_export_to_provider(): adjust OSSL_PARAM...
2019-10-17  Richard LevitteNew RSA keymgmt implementation to handle import / expor...
2019-10-17  Richard LevitteAdded internal functions for easy getting and setting...
2019-10-17  Cesar Pereida GarciaConstant-time GCD function.
2019-10-17  Cesar Pereida GarciaUnify BN_rshift design
2019-10-17  Richard LevitteDSA: Add export of domain parameters to provider
2019-10-17  Richard LevitteDH: Add export of domain parameters to provider
2019-10-17  Richard LevittePKEY: adapt the export_to_provider funtions to handle...
2019-10-17  Richard LevitteRename internal function name_cmp() to v3_name_cmp()
2019-10-17  Richard Levitteevp_generic_do_all(): fix passing of method data
2019-10-17  Richard LevitteEVP: add functions that return the name number
2019-10-17  Richard LevitteEVP: add name traversal functions to all fetchable...
2019-10-17  Richard LevitteEVP: add missing common functionality
2019-10-17  Richard LevitteFor provided ciphers, EVP_CIPHER_CTX_ctrl() with EVP_CT...
2019-10-17  Richard LevitteEVP_{CIPHER,MD}_CTX_ctrl(): make extra sure to return...
2019-10-17  Robbie Harwood[KDF] Add feedback-mode and CMAC support to KBKDF
2019-10-16  Richard LevitteAdd EVP_PKEY_CTX_new_provided()
2019-10-16  Andreas SchnebingerFix typo and create compatibility macro
2019-10-16  Matt CaswellCorrectly handle SSL3 Master Secret when calling providers
2019-10-16  Shane LontisAdd ChaCha related ciphers to default provider
2019-10-16  Shane LontisFix missing Assembler defines
2019-10-15  Nicola Tuveri[ec_asn1.c] Avoid injecting seed when built-in matches
2019-10-14  Kurt RoeckxAdd BN_check_prime()
2019-10-14  Kurt RoeckxUse fewer primes for the trial division
2019-10-14  Richard LevitteMove MD2, MD4 and MD5 digests completely to the providers
2019-10-14  Richard LevitteRestore MD5-SHA1 in legacy method database
2019-10-11  Richard LevitteFix EVP_Cipher() for provided cipher implementations
2019-10-11  Matt CaswellSupport calling EVP_DigestUpdate instead of EVP_Digest...
2019-10-11  Matt CaswellDon't use internal knowledge about EVP_MD_CTX in and...
2019-10-11  Richard LevitteStop using EVP_MD_CTX_FLAG_NON_FIPS_ALLOW
2019-10-10  Viktor SzakatsFix unused goto label gcc warning
2019-10-10  Richard LevitteCleanup: move remaining providers/common/include/intern...
2019-10-10  Richard LevitteProviders: move all digests
2019-10-10  Richard LevitteRework how our providers are built
2019-10-09  Rich SalzExplicitly test against NULL; do not use !p or similar
2019-10-08  Shane LontisAdd rc2 ciphers to default provider
2019-10-07  Shane LontisMove cipher ctx 'original iv' parameter into the provider
2019-10-06  Richard LevitteEVP_{CIPHER,MD}_CTX_ctrl(): make sure to return 0 or 1
2019-10-06  Rich SalzDeprecate NCONF_WIN32() function
2019-10-04  Richard LevitteMove MD5-SHA1 digest completely to the default provider
2019-10-03  PauliRemove unused fields in method store structure.
2019-10-03  Richard LevitteMove all SHA digests completely to the default provider
2019-10-03  Richard LevitteReplumbing: make it possible for providers to specify...
2019-10-03  Dr. Matthias St... rsa: replace magic number '11' by RSA_PKCS1_PADDING_SIZE
2019-10-03  Matt CaswellDon't follow legacy path if ctx->pctx is set
2019-10-03  Matt CaswellFree a fetched digest during EVP_MD_CTX_reset() not...
2019-10-03  Matt CaswellDon't call EVP_MD_CTX_reset during EVP_DigestFinal
2019-10-03  Matt CaswellUpdate EVP_MD_CTX_get_params() et al to be EVP_DigestSi...
2019-10-03  Matt CaswellEnsure we look at EVP_MD_CTX_FLAG_KEEP_PKEY_CTX in...
2019-10-03  Matt CaswellAdd EVP_DigestSign/EVP_DigestVerify support for DSA
2019-10-03  Matt CaswellAdd the provider function signatures for DigestSign*
2019-10-03  Shane LontisAdd rc5 ciphers to default provider
2019-10-02  Michael OsipovFix long name of some Microsoft objects
2019-10-01  Richard LevitteMake EVP_CIPHER_is_a() work with legacy cipher implemen...
2019-10-01  Richard LevitteAdapt EVP_CIPHER_{param_to_asn1,asn1_to_param} for...
2019-09-30  Kurt RoeckxAdd defines for __NR_getrandom for all Linux architectures
2019-09-30  Paul YangFix a bundle of mischecks of return values
next