Remove duplicated line in 'openssl list' output
[openssl.git] / crypto /
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
2019-09-30 Dr. David von OheimbMake default values by ERR_get_error_all() and friends...
2019-09-27 PauliConsistent naming for context gettable param queries .
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-28 Dr. Matthias St... Reorganize public header files (part 1)
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-27 Robbie Harwood[KDF] Add KBKDF implementation for counter-mode HMAC
2019-09-27 Richard LevitteOSSL_PARAM functions: change to allow the data field...
2019-09-27 Dr. David von Oheimb Certificate Management Protocol (CMP, RFC 4210...
2019-09-26 Richard LevitteWhen building of modules is disabled, build the legacy...
2019-09-25 Patrick Steuers390x assembly pack: accelerate X25519, X448, Ed25519...
2019-09-25 Patrick Steuers390x assembly pack: cleanse only sensitive fields
2019-09-25 Patrick Steuers390x assembly pack: fix OPENSSL_s390xcap z15 cpu mask
2019-09-25 Patrick Steuers390x assembly pack: fix msa3 stfle bit detection
2019-09-25 Matt CaswellMake EVP_MD_CTX_[gettable|settable]_params() take an...
2019-09-25 PauliRemove engine param macros from wrapper APIs
2019-09-25 Shane LontisAdd rc4 cipher to default provider
2019-09-24 jayaramfix for dsa key size feature request issue: pkey -text...
2019-09-24 Dmitry BelyavskiySupport printing out some otherName variants
2019-09-23 Richard LevitteRework cipher / digest fetching for legacy nids with...
2019-09-23 Shane LontisAdd des ciphers to default provider
2019-09-21 Dr. Matthias St... Configure: add missing dependency to fix parallel build...
2019-09-21 Kurt RoeckxUse the correct maximum indent
2019-09-20 Shane LontisAdd aes_wrap cipher to providers
2019-09-20 Shane LontisFix missing bn_mul_mont symbol in solaris fips module
2019-09-19 Rich SalzAvoid ?: construct in XXXerr calls
2019-09-19 Richard LevitteModify providers that keep track of underlying algorithms
2019-09-19 Richard LevitteIn provider implemented methods, save the name number...
2019-09-19 Shane LontisAdd aes_ocb cipher to providers
2019-09-19 Shane LontisAdd sm4 ciphers to default provider
2019-09-18 Shane LontisAdd SEED ciphers to default provider
2019-09-18 Shane LontisAdd cast5 ciphers to default provider
2019-09-18 Shane LontisAdd IDEA ciphers to default provider
2019-09-18 Richard Levittecrypto/bn/build.info: Correct use of SSE2 definition
2019-09-16 Bernd EdlingerFix building statically without any dso support
2019-09-16 Richard LevitteUnify all assembler file generators
2019-09-16 Richard Levittebuild.info: For all assembler generators, remove all...
2019-09-16 ManishPatidar1clearing the ecx private key memory
2019-09-15 Shane LontisAdd blowfish ciphers to default provider
2019-09-15 Shane LontisAdd fips module integrity check
2019-09-15 Shane LontisFix compile error detected by Solaris build
2019-09-14 Andreas Kretschmerfix CRMF symmetric key handling
2019-09-13 Shane LontisAdd aes_xts cipher to providers
2019-09-13 Shane LontisFix S390X bad size_t that causes memory trash in legacy...
2019-09-13 Rich SalzERR: Change get_error_values() to use an enum
2019-09-13 Bernd EdlingerFix potential memory leaks with BN_to_ASN1_INTEGER
2019-09-12 Richard LevitteDeprecate ERR_get_state()
2019-09-12 Richard LevitteDeprecate the public definition of ERR_STATE
2019-09-12 Richard LevitteModernise ERR_print_errors_cb()
2019-09-12 Richard LevitteModernise the ERR functionality further (new functions...
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-09-12 Tomas MrazBIO_f_zlib: Properly handle BIO_CTRL_PENDING and BIO_CT...
2019-09-12 Matt CaswellAvoid passing NULL to memcpy
2019-09-12 Matt CaswellPass the correct ctx to provider KDF functions
2019-09-11 Dr. Matthias St... crypto/threads_win.c: fix preprocessor indentation
2019-09-11 Dr. Matthias St... drbg: fix issue where DRBG_CTR fails if NO_DF is used...
2019-09-11 Dr. Matthias St... drbg: add fork id to additional data on UNIX systems
2019-09-11 Dr. Matthias St... drbg: ensure fork-safety without using a pthread_atfork...
2019-09-11 Shane LontisAdd EVP_CIPHER_CTX_tag_length()
2019-09-11 PauliUsages of KDFs converted to use the name macros
2019-09-10 PauliCoverity 1453629 and 1453638: Error handling issues...
2019-09-10 PauliCoverity 1453628: Null pointer dereferences (REVERSE_INULL)
2019-09-10 Bernd EdlingerFix a padding oracle in PKCS7_dataDecode and CMS_decryp...
2019-09-10 Bernd EdlingerFix a potential crash in rand_unix.c
2019-09-10 Bernd EdlingerFix a strict warnings error in rand_pool_acquire_entropy
next