openssl.git
2020-12-04 Dr. David von... encode_key2any.c: Fix build error on OPENSSL_NO_DH...
2020-12-04 Dr. David von... appveyor.yml: Move printing of env variables such that...
2020-12-04 Matt CaswellFix no-dsa
2020-12-03 Shane LontisFix dsa & rsa signature dupctx() so that ctx->propq...
2020-12-03 Shane LontisFix ecdsa digest setting code to match dsa.
2020-12-03 Shane LontisFix EVP_PKEY_CTX propq so that it uses a copy
2020-12-03 Shane Lontisfix x509_PUBKEY propq so that it uses a copy
2020-12-03 Shane LontisFix x509_crl propq so that it uses a copy
2020-12-03 Shane LontisFix X509 propq so it does not use references
2020-12-03 Dr. David von... ci.yml: Let 'make' run silently (-s) with build (gcc...
2020-12-03 Dr. David von... ci.yml: Add 'perl configdata.pm --dump' to each config
2020-12-03 Dr. David von... .travis.yml: Do some build (gcc) runs in parallel ...
2020-12-03 Dr. David von... appveyor.yml: Let 'nmake' do builds in parallel on...
2020-12-03 Dr. David von... appveyor.yml: Let 'nmake' run by defaut silently (...
2020-12-03 Dr. David von... x509_vfy.c: Restore rejection of expired trusted (root...
2020-12-03 Dr. David von... apps/pkcs12.c: Improve user guidance, re-ordering no...
2020-12-03 Paulitag unused function arguments as ossl_unused
2020-12-03 Pauliremove unused initialisations
2020-12-03 Pauliremove unused assignments
2020-12-03 Pauliremove unused return value assignments
2020-12-02 Benjamin KadukFix comment in do_dtls1_write()
2020-12-02 Richard LevitteAdd test to demonstrate the app's new engine key loading
2020-12-02 Richard LevitteAPPS: Adapt load_key() and load_pubkey() for the engine...
2020-12-02 Richard LevitteAPPS: Add OSSL_STORE loader for engine keys
2020-12-02 Matt CaswellFix no-dtls
2020-12-02 Matt CaswellFix a compile error with the no-sock option
2020-12-02 Daiki Uenoopenssl dgst: add option to specify output length for XOF
2020-12-02 Richard LevitteAdapt everything else to the updated OSSL_ENCODER_CTX_n...
2020-12-02 Richard LevitteENCODER: Don't pass libctx to OSSL_ENCODER_CTX_new_by_E...
2020-12-02 Ankita Shettycmp_client.c: Fix indentation and remove empty line
2020-12-02 Ankita Shettycmp_client.c: Remove dead code of variable 'txt' in...
2020-12-02 Matt CaswellDon't Overflow when printing Thawte Strong Extranet...
2020-12-02 Shane LontisAdd EVP_KDF-X942 to the fips module
2020-12-02 Shane LontisFix s390 EDDSA HW support in providers.
2020-12-02 PauliPrint random seed on test failure.
2020-12-01 Tim HudsonCorrect system guessing for darwin64-arm64 target
2020-12-01 Dr. David von... apps/pkcs12.c: Correct default legacy algs and make...
2020-12-01 Kelvin LeeFix simpledynamic.c - a typo and missed a header
2020-12-01 Richard LevitteTEST: Add a simple module loader, and test the FIPS...
2020-12-01 Richard LevitteTEST: Break out the local dynamic loading code from...
2020-12-01 Dr. David von... endecode_test.c: Add warning that 512-bit DH key size...
2020-12-01 Dr. David von... test cleanup: move helper .c and .h files to test/helpers/
2020-12-01 Dr. David von... remove obsolete test/drbg_cavs_data.h
2020-12-01 Dr. David von... remove obsolete test/drbg_extra_test.h
2020-11-30 Richard LevitteRSA: correct digestinfo_ripemd160_der[]
2020-11-30 Ard Biesheuvelaes/asm/aesv8-armx.pl: avoid 32-bit lane assignment...
2020-11-30 Matt CaswellFix builds that specify both no-dh and no-ec
2020-11-30 Matt CaswellFix TLS1.2 CHACHA20-POLY1305 ciphersuites with OPENSSL_...
2020-11-30 Matt CaswellFix instances of pointer addition with the NULL pointer
2020-11-29 Dr. David von... endecode_test.c: Significant speedup in generating...
2020-11-29 John BaldwinCollapse two identical if statements into a single...
2020-11-29 John BaldwinAllow zero-byte writes to be reported as success.
2020-11-28 Richard LevitteTEST: Fix path length in test/ossl_store_test.c
2020-11-28 Liang Liu[DOC]Fix two broken links in INSTALL.md; Change name...
2020-11-28 J08nYREADME: Move Travis link to .com from .org.
2020-11-28 Richard LevitteERR: drop err_delete_thread_state() TODO marker
2020-11-28 Richard LevitteERR: Drop or deprecate dangerous or overly confusing...
2020-11-27 Matt CaswellFix no-engine
2020-11-27 Dr. David von... X509_dup: fix copying of libctx and propq using new...
2020-11-27 Dr. David von... asn1t.h: Improve comments documenting ASN1_ITYPE_....
2020-11-27 Richard LevitteEVP_PKEY & DSA: Make DSA EVP_PKEY_CTX parameter ctrls...
2020-11-27 ihsinmeUpdate bio_ok.c
2020-11-27 Matt CaswellRemove d2i_DHparams.pod and move documentation to d2i_R...
2020-11-27 Matt CaswellUpdates the CHANGES.md entry regarding DH deprecation
2020-11-27 Matt CaswellConvert DH deprecations to the new way of deprecating...
2020-11-27 Matt CaswellDeprecate more DH functions
2020-11-27 Matt CaswellDon't test a deprecated function in a no-deprecated...
2020-11-27 Matt CaswellRemove fuzzing of deprecated functions in a no-deprecat...
2020-11-27 Matt CaswellDeprecate the DHparams and DHxparams PEM routines
2020-11-27 Matt CaswellDeprecate EVP_PKEY_assign_DH and other similar macros
2020-11-27 Matt CaswellDeprecate functions for getting and setting DH values...
2020-11-27 Matt CaswellDeprecate DH_new as well as i2d_DHparams and d2i_DHparams
2020-11-27 Richard LevitteTEST: Adapt test/errtest for the 'no-err' configuration
2020-11-27 Richard LevitteERR: Restore the similarity of ERR_print_error_cb(...
2020-11-27 Shane LontisFix no-deprecated configuration
2020-11-26 Shane LontisFix EVP_CIPHER_CTX_set_padding for legacy path
2020-11-26 Daniel BeveniusEVP: don't touch the lock for evp_pkey_downgrade
2020-11-26 Tomas MrazDocumentation improvements for EVP_DigestInit_ex and...
2020-11-26 Tomas MrazFix regression in EVP_DigestInit_ex: crash when called...
2020-11-26 Tomas MrazAdd test for no reset after DigestFinal_ex and DigestFi...
2020-11-26 Tomas MrazEVP_DigestFinalXOF must not reset the EVP_MD_CTX
2020-11-26 Matt CaswellFix no-posix-io
2020-11-26 Richard LevitteAPPS: Modify apps/cmp.c to use set_base_ui_method(...
2020-11-26 Richard LevitteAPPS: Make it possible for apps to set the base (fallba...
2020-11-26 Matt CaswellPrepare for 3.0 alpha 10
2020-11-26 Matt CaswellPrepare for release of 3.0 alpha 9 openssl-3.0.0-alpha9
2020-11-26 Matt CaswellUpdate copyright year
2020-11-26 Richard LevitteDOC: Add note on how to terminate an OSSL_PARAM array
2020-11-25 Matt CaswellFix no-rc2
2020-11-25 Matt CaswellRemove deprecation warning suppression from genpkey
2020-11-25 Dr. David von... apps/cmp.c: fix crash with -batch option on OPENSSL_NO_...
2020-11-25 Dr. David von... apps/cmp.c: Improve description of key loaded due to...
2020-11-25 Dr. David von... re-encrypt 81-test_cmp_cli_data/Mock/signer.p12 with...
2020-11-25 Matt CaswellRe-enable testing of ciphersuites
2020-11-25 Matt CaswellFix RC4-MD5 based ciphersuites
2020-11-25 Matt CaswellEnsure Stream ciphers know how to remove a TLS MAC
2020-11-25 Matt CaswellTest that OSSL_STORE can load various types of params
2020-11-25 Matt CaswellTest various deprecated PEM_read_bio_* APIs
2020-11-25 Matt CaswellDon't forget the datatype when decoding a PEM file
2020-11-25 Richard LevitteAPPS: Guard use of IPv6 functions and constants with...
next