]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2020-10-01  Paulider: _ossl prefix DER functions
2020-10-01  Shane Lontisrsa_mp_coeff_names should only have one entry in it...
2020-10-01  Pauliprov: prefix all exposed 'cipher' symbols with ossl_
2020-10-01  Pauliprov: prefix aes-cbc-cts functions with ossl_
2020-09-30  Dr. David von... check-format.pl: Allow nested indentation of labels...
2020-09-30  Dr. David von... check-format.pl: Extend exceptions for no SPC after...
2020-09-30  Dr. David von... check-format.pl: Document how to run positive and negat...
2020-09-30  Dr. David von... EC_GROUP_new_by_curve_name_with_libctx(): Add name...
2020-09-30  Dr. David von... Prune low-level ASN.1 parse errors from error queue...
2020-09-30  Dr. David von... 25-test_x509.t: Add test for suitable error report...
2020-09-29  Richard LevitteConfigure: handle undefined shared_target.
2020-09-29  Pauliprov: prefix provider internal functions with ossl_
2020-09-29  Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-28  Dr. David von... 30-test_evp.t: On no-dh, no-dsa, no-ec, no-sm2, and...
2020-09-28  Dr. David von... appveyor.yml: Clean up minimal configuration, adding...
2020-09-28  Paulirand: declare get_hardware_random_value() before use.
2020-09-27  Shane LontisRemove TODO comment from sskdf.c
2020-09-27  Paulitodo: remove fork protection todo comment, it isn't...
2020-09-27  hklaasoptimise ssl3_get_cipher_by_std_name()
2020-09-27  Richard LevitteSTORE: Clear a couple of TODOs that were there for...
2020-09-26  Dr. David von... Implement treatment of id-pkix-ocsp-no-check extension...
2020-09-26  Tomas MrazGenerate a certificate with critical id-pkix-ocsp-noche...
2020-09-26  Dr. David von... OCSP_resp_find_status.pod: Slightly improve the documen...
2020-09-26  Dr. David von... OCSP_resp_find_status.pod: Replace function arg referen...
2020-09-26  Shane LontisFix bug in EDDSA speed test
2020-09-25  jwalchen EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM management
2020-09-25  Shane LontisRemove openssl provider app
2020-09-25  Shane LontisUpdate openssl list to support new provider objects.
2020-09-25  Shane LontisAdd EVP_ASYM_CIPHER_gettable_ctx_params() and EVP_ASYM_...
2020-09-25  Shane LontisAdd EVP_KEM_gettable_ctx_params() and EVP_KEM_settable_...
2020-09-25  Randall S.... Modified rand_cpu_x86.c to support builtin hardware...
2020-09-25  Matt CaswellDocument the provider side SM2 Asymmetric Cipher support
2020-09-25  Matt CaswellExtend the SM2 asym cipher test
2020-09-25  Matt CaswellRemove some dead SM2 code
2020-09-25  Matt CaswellClean up some SM2 related TODOs in the tests
2020-09-25  Matt CaswellMove SM2 asymmetric encryption to be available in the...
2020-09-25  Richard LevitteBuild: Make NonStop shared libraries only export select...
2020-09-25  Richard LevitteTEST: Remove use of EVP_PKEY_set_alias_type() in test...
2020-09-25  Richard LevitteEVP: Enforce that EVP_PKEY_set_alias_type() only works...
2020-09-25  Richard LevitteConfiguration: Don't have shared libraries depend on...
2020-09-25  Richard LevitteConfiguration: Make it possible to have an argument...
2020-09-25  Richard LevitteHide ECX_KEY again
2020-09-24  Shane LontisAdd key length check to rsa_kem operation.
2020-09-24  Dr. David von... Test.pm: Some clarifications added to the documentation
2020-09-24  Dr. David von... apps/ca.c: Rename confusing variable 'req' to 'template...
2020-09-24  Dr. David von... Prune low-level ASN.1 parse errors from error queue...
2020-09-24  Dr. David von... load_key_certs_crls(): Restore output of fatal errors
2020-09-24  PauliACVP: add test case for DRBG
2020-09-24  Richard LevitteUse OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEM
2020-09-24  Richard LevitteConfigure: Show 'enable' and 'disable' config attributes
2020-09-24  Richard LevitteConfiguration: Streamline NonStop entries
2020-09-24  Hu KepingSimplify the tarball generating scripts
2020-09-23  Dr. Matthias... drbg: revert renamings of the generate and reseed counter
2020-09-23  Richard LevitteConfigurations/unix-Makefile.tmpl: make cleanup kinder
2020-09-23  Shane LontisFix propq in x942kdf
2020-09-23  Shane LontisFix missing propq in sm2
2020-09-23  Shane LontisFix missing propq in ffc_params_generate
2020-09-23  Shane LontisFix missing propq in ecdh_cms_set_shared_info()
2020-09-23  Shane LontisFix ecx so that is uses a settable propertyquery
2020-09-23  Shane LontisFix ssl_hmac_new() so that it uses the propq
2020-09-23  Shane LontisFix EVP_KDF_scrypt so that is uses a propq for its...
2020-09-23  Shane LontisChange rsa gen so it can use the propq from OSSL_PKEY_P...
2020-09-23  Shane LontisFix CID 1466709 : Negative value passed to a function...
2020-09-23  Shane LontisFix CID 1466710 : Resource leak in ec_kmgmt due to...
2020-09-23  Shane LontisFix CID 1466712 : Resource leak in ec_kmgmt due to...
2020-09-23  Shane LontisFix CID 1466713 : Dead code in encode_key2text.c
2020-09-23  Shane LontisFix CID 1466714 : Null pointer dereference in EVP_PKEY_...
2020-09-23  Shane LontisFix CID 1467068 : Null pointer dereference in self_test.c
2020-09-23  Paulirand: add a test case for configuration based random
2020-09-23  Paulilist: add capability to print details about the current...
2020-09-23  Paulidrbg: gettable parameters for cipher/digest/mac type.
2020-09-23  Paulikdf/mac: add name query calls for KDFs and MACs
2020-09-23  Paulievp_rand: fix bug in gettable_ctx/settable_ctx calls
2020-09-23  PauliAdd a "random" configuration section.
2020-09-22  Daniel BeveniusDOC: remove OPENSSL_CTX from OSSL_DECODER_CTX_new
2020-09-22  Paulirand: reference count the EVP_RAND contexts.
2020-09-22  Paul YangAdd auto-gen SM2 der files into .gitignore
2020-09-22  Paul Yangrefactor get params functions
2020-09-22  Paul Yangsupport PARAM_SECURITY_BITS for SM2
2020-09-22  Paul YangAddress review comments
2020-09-22  Paul YangAdd SM2 signature algorithm to default provider
2020-09-22  Paul YangAdd SM2 key management
2020-09-22  Randall S.... Added FIPS DEP initialization for the NonStop platform...
2020-09-21  olszomalAdd const to 'ppin' function parameter
2020-09-21  Richard LevitteDOC: POD syntax fixes in doc/man1/openssl-cmp.pod.in
2020-09-21  Norman AshleySupport keys with RSA_METHOD_FLAG_NO_CHECK with OCSP...
2020-09-21  Eric CurtinIncrease PSK_MAX_IDENTITY_LEN from 128 to 256
2020-09-21  Tomas Mrazapps/ocsp: Return non zero exit code with invalid certID
2020-09-21  Rutger HendriksIncrease PSK_MAX_PSK_LEN to 512
2020-09-21  Tomas MrazCorrect certificate and key names for explicit ec param...
2020-09-21  ozppupbgFixed EVP_MAC_final argument count in example
2020-09-21  Shane LontisFix merge error with libcrypto.num
2020-09-20  Richard Levitteutil/find-doc-nits: Add a regexp for C symbols and...
2020-09-20  Richard LevitteDECODER: Some cleanups, and aligning with OSSL_ENCODER
2020-09-20  Richard LevitteTEST: Adapt applicable tests to the changed OSSL_ENCODE...
2020-09-20  Richard LevitteENCODER: Adapt calls to the changed OSSL_ENCODER_CTX_ne...
2020-09-20  Richard LevitteENCODER: Refactor our provider encoder implementations
2020-09-20  Richard LevitteENCODER: Refactor the OSSL_ENCODER API to be more like...
2020-09-20  Richard LevitteENCODER: Redefine the libcrypto <-> provider interface
2020-09-20  Dr. David von... ocsp_vfy.c: Clean up code w.r.t. coding guidelines...
next