summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2019-09-27 Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLDr. David von Oheimb
2019-09-26When building of modules is disabled, build the legacy provider into libcryptoRichard Levitte
2019-09-25s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer
2019-09-25s390x assembly pack: cleanse only sensitive fieldsPatrick Steuer
2019-09-25s390x assembly pack: fix OPENSSL_s390xcap z15 cpu maskPatrick Steuer
2019-09-25s390x assembly pack: fix msa3 stfle bit detectionPatrick Steuer
2019-09-25Make EVP_MD_CTX_[gettable|settable]_params() take an EVP_MD_CTXMatt Caswell
2019-09-25Remove engine param macros from wrapper APIsPauli
2019-09-25Add rc4 cipher to default providerShane Lontis
2019-09-24fix for dsa key size feature request issue: pkey -text or -text_pub should sh...jayaram
2019-09-24Support printing out some otherName variantsDmitry Belyavskiy
2019-09-23Rework cipher / digest fetching for legacy nids with multiple name supportRichard Levitte
2019-09-23Add des ciphers to default providerShane Lontis
2019-09-21Configure: add missing dependency to fix parallel builds on WindowsDr. Matthias St. Pierre
2019-09-21Use the correct maximum indentKurt Roeckx
2019-09-20Add aes_wrap cipher to providersShane Lontis
2019-09-20Fix missing bn_mul_mont symbol in solaris fips moduleShane Lontis
2019-09-19Avoid ?: construct in XXXerr callsRich Salz
2019-09-19Modify providers that keep track of underlying algorithmsRichard Levitte
2019-09-19In provider implemented methods, save the name number, not the name stringRichard Levitte
2019-09-19Add aes_ocb cipher to providersShane Lontis
2019-09-19Add sm4 ciphers to default providerShane Lontis
2019-09-18Add SEED ciphers to default providerShane Lontis
2019-09-18Add cast5 ciphers to default providerShane Lontis
2019-09-18Add IDEA ciphers to default providerShane Lontis
2019-09-18crypto/bn/build.info: Correct use of SSE2 definitionRichard Levitte
2019-09-16Fix building statically without any dso supportBernd Edlinger
2019-09-16Unify all assembler file generatorsRichard Levitte
2019-09-16build.info: For all assembler generators, remove all argumentsRichard Levitte
2019-09-16clearing the ecx private key memoryManishPatidar1
2019-09-15Add blowfish ciphers to default providerShane Lontis
2019-09-15Add fips module integrity checkShane Lontis
2019-09-15Fix compile error detected by Solaris buildShane Lontis
2019-09-14fix CRMF symmetric key handlingAndreas Kretschmer
2019-09-14Add aes_xts cipher to providersShane Lontis
2019-09-14Fix S390X bad size_t that causes memory trash in legacy ciphersShane Lontis
2019-09-13ERR: Change get_error_values() to use an enumRich Salz
2019-09-13Fix potential memory leaks with BN_to_ASN1_INTEGERBernd Edlinger
2019-09-12Deprecate ERR_get_state()Richard Levitte
2019-09-12Deprecate the public definition of ERR_STATERichard Levitte
2019-09-12Modernise ERR_print_errors_cb()Richard Levitte
2019-09-12Modernise the ERR functionality further (new functions and deprecations)Richard Levitte
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
2019-09-12BIO_f_zlib: Properly handle BIO_CTRL_PENDING and BIO_CTRL_WPENDING calls.Tomas Mraz
2019-09-12Avoid passing NULL to memcpyMatt Caswell
2019-09-12Pass the correct ctx to provider KDF functionsMatt Caswell
2019-09-11crypto/threads_win.c: fix preprocessor indentationDr. Matthias St. Pierre
2019-09-11drbg: fix issue where DRBG_CTR fails if NO_DF is used (2nd attempt)Dr. Matthias St. Pierre
2019-09-11drbg: add fork id to additional data on UNIX systemsDr. Matthias St. Pierre
2019-09-11drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre