]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2019-06-17  Richard LevitteMove modes_asm_src file information to build.info files
2019-06-17  Richard LevitteMove cmll_asm_src file information to build.info files
2019-06-17  Richard LevitteMove wp_asm_src file information to build.info files
2019-06-17  Richard LevitteMove rc5_asm_src file information to build.info files
2019-06-17  Richard LevitteMove rmd160_asm_src file information to build.info...
2019-06-17  Richard LevitteMove rc4_asm_src file information to build.info files
2019-06-17  Richard LevitteMove cast_asm_src file information to build.info files
2019-06-17  Richard LevitteMove sha1_asm_src file information to build.info files
2019-06-17  Richard LevitteMove md5_asm_src file information to build.info files
2019-06-17  Richard LevitteMove bf_asm_src file information to build.info files
2019-06-17  Richard LevitteMove aes_asm_src file information to build.info files
2019-06-17  Richard LevitteMove des_asm_src file information to build.info files
2019-06-17  Richard LevitteMove ec_asm_src file information to build.info files
2019-06-17  Richard LevitteMove cpuid_asm_src file information to build.info files
2019-06-17  Richard LevitteMove bn_asm_src file information to build.info files
2019-06-17  Richard LevitteConfigure: add mechanism to specify asm target architecture
2019-06-17  Richard LevitteMove uplink file information to build.info files
2019-06-17  Richard LevitteConfigure: add mechanism to specify uplink target archi...
2019-06-17  Richard LevitteConfigure: allow conditions and variable values to...
2019-06-17  Richard LevitteConfigure: AIX needs a specific DSO extension function
2019-06-17  Matt CaswellFix no-ec with no-dh
2019-06-17  Matt CaswellAllow TLSv1.3 in a no-ec build
2019-06-17  Richard LevitteReplumbing: Adapt the default and legacy providers...
2019-06-17  Richard LevitteReplumbing: Adapt the FIPS module to use the library...
2019-06-17  Richard LevitteReplumbing: offer a core upcall to get the provider...
2019-06-17  Richard Levittecrypto/ppccap.c: Fix FIPS build on PPC
2019-06-17  PauliBetter document specific OSSL_PARAM symbols.
2019-06-15  Paul YangAdd documentation for X509_cmp and related APIs
2019-06-14  Richard LevitteUse variables in build.info files where it's worth...
2019-06-14  Richard LevitteConfigure: Add support for variables in build.info...
2019-06-14  Matt CaswellFix building with enable-trace
2019-06-13  Matt CaswellFix no-dh
2019-06-13  Matt CaswellUpdate the d2i docs to reflect reality
2019-06-12  Tomas Mrazts: Fix awkward sentences in the documentation and...
2019-06-12  Tomas Mrazts: Use sha256 as default digest for TS query
2019-06-12  raja-ashokFix typo mistake on calls to SSL_ctrl in ssl.h
2019-06-12  raja-ashokUpdate docs for TLS1.3 FFDHE
2019-06-12  raja-ashokAdd testcase for TLS1.3 FFDHE
2019-06-12  raja-ashokTLS1.3 FFDHE Support
2019-06-12  Matt CaswellEnable find-doc-nits to find undocumented symbols since...
2019-06-12  Matt CaswellFix an incorrect macro
2019-06-12  Matt Caswelli2d_PublicKey was listed in 2 different man pages
2019-06-12  Matt CaswellMake find-doc-nits check for newly added undocumented...
2019-06-12  Richard LevitteConfigure: count basenames for all library sources
2019-06-12  Matt CaswellEnsure code is compiled with correct BIGNUM assembler...
2019-06-12  Matt CaswellAdd some dummy BIGNUM calls from inside the FIPS provider
2019-06-12  Matt CaswellMake BIGNUM code available from within the FIPS module
2019-06-12  Matt CaswellTemporarily disable RAND call in FIPS_MODE until RAND...
2019-06-12  Matt CaswellConvert bn_rand.c to use EVP
2019-06-12  Matt CaswellCreate BN_CTX_new_ex() and BN_CTX_secure_new_ex()
2019-06-12  Acheev BhagatRemove redundant include
2019-06-11  PauliOSSL_PARAM example code bug fix.
2019-06-11  Matt CaswellMove a fall through comment
2019-06-11  Bernd EdlingerFix a URL to the NMBRTHRY list archive
2019-06-11  Shane LontisFix app opt compile failure due to missing <inttypes.h>
2019-06-11  Shane LontisFix Windows Compile failure due to missing <inttypes.h>
2019-06-11  Shane LontisAdd defines to indicate if intypes.h and stdint.h are...
2019-06-11  Shane LontisPBKDF2 updates to conform to SP800-132
2019-06-11  Shane LontisMake EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).
2019-06-11  Shane LontisFix Keccak structure name reference in S390 legacy...
2019-06-11  Shigeki OhtsuFix doc to remove const arg in GEN_SESSION_CB
2019-06-11  Todd ShortChange cipher default strings to a function
2019-06-10  Tomas MrazBIO_lookup_ex: Retry with AI_ADDRCONFIG cleared if...
2019-06-10  MouriNarutoImprove the Windows OneCore target support. (Add target...
2019-06-10  Richard Levittedoc/internal/man3/ossl_method_construct.pod: follow...
2019-06-10  Richard LevitteEVP fetching: make operation_id part of the method...
2019-06-09  Dr. Matthias... Revert the DEVRANDOM_WAIT feature
2019-06-07  Matt CaswellAdd documentation for new functions taking an OPENSSL_C...
2019-06-07  Matt CaswellMove the rand_nonce_lock code into drbg_lib.c
2019-06-07  Matt CaswellMake the rand_crng code OPENSSL_CTX aware
2019-06-07  Matt CaswellConvert drbg_lib to use OPENSSL_CTX for its global...
2019-06-07  Acheev BhagatReplace BIO_printf with ASN1_STRING_print in GENERAL_NA...
2019-06-07  David MakepeaceFixed typo in code comment.
2019-06-06  Kurt RoeckxChange EVP_MAC method from copy to dup
2019-06-06  Kurt RoeckxReplace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()
2019-06-06  Dr. Matthias... Fix typo in macro argument of SSL_set1_client_sigalgs_l...
2019-06-06  PauliAddress property documentation concerns.
2019-06-06  Shane Lontisrename the digest provider files to avoid any name...
2019-06-05  Shane LontisCoverity fixes
2019-06-05  Dr. Matthias... man: fix doc-nit in property.pod
2019-06-05  PauliDocument property hierarchy.
2019-06-04  Richard LevitteEVP_DigestInit_ex(): drop previous context engine earlier
2019-06-04  Dr. Matthias... Document deprecation of version-specific SSL/TLS methods
2019-06-04  Vitezslav Cizekbuild_SYS_str_reasons: Fix a crash caused by overlong...
2019-06-04  Dr. Matthias... Remove last references to DEBUG_SAFESTACK
2019-06-04  Shane LontisMove digests to providers
2019-06-03  Mathias BerchtoldAdd missing parentheses in macro
2019-06-03  Matt CaswellReally fail if we have a test failure
2019-06-03  Matt CaswellEnsure we get all the right defines for AES assembler...
2019-06-03  Matt CaswellMake basic AES ciphers available from within the FIPS...
2019-06-03  Matt CaswellWrite a test for receiving a KeyUpdate (update requeste...
2019-06-03  Matt CaswellDefer sending a KeyUpdate until after pending writes...
2019-06-03  PauliRemove file reference from property documentation.
2019-06-03  Shane LontisAdd the content type attribute to additional CMS signer...
2019-06-02  PauliFix a typo in the property grammar that creates an...
2019-06-01  Richard LevitteWindows: Add missing quotes in build file
2019-06-01  PauliAdd sparse array of const pointer type
2019-05-31  David BenjaminFix various mistakes in ec_GFp_nistp_recode_scalar_bits...
2019-05-31  RetropotenzaFix CHECK_BSD_STYLE_MACROS for OpenBSD and cryptodev...
2019-05-31  Sambit Kumar... Update X509_STORE_new.pod
next