openssl.git
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...
2020-09-20 Henry NFix: ecp_nistz256-armv4.S bad arguments
2020-09-20 David BenjaminDeprecate ASN1_STRING_length_set in OpenSSL 3.0.
2020-09-19 Richard Levitteutil/mkerr.h: Restore header file rename
2020-09-19 Shane LontisFix ec keygen so that it passes the library context...
2020-09-19 Shane LontisAdd a copy of OSSL_SELF_TEST_get_callback() to the...
2020-09-19 Shane LontisAdd KEM (Key encapsulation mechanism) support to providers
2020-09-18 Matt CaswellUpdate the EdDSA docs with information about Algorithm...
2020-09-18 Matt CaswellMake sure we properly test for EdDSA with alg ids
2020-09-18 Matt CaswellTeach EdDSA signature algorithms about AlgorithmIdentifiers
2020-09-18 Shane LontisAdd option to fipsinstall to disable fips security...
2020-09-18 Shane LontisAdd 'fips-securitychecks' option and plumb this into...
2020-09-18 Shane Lontisfix provider exchange operations
2020-09-18 Shane Lontisfix provider signatures
2020-09-18 Shane LontisSeparate fips and non fips code for key operations
2020-09-18 Shane LontisAdd missing 'ossl_unused' tags to some gettable and...
2020-09-18 Shane LontisAdd error message to genpkey app for the '-genparam...
2020-09-18 Shane LontisAdd fips checks for ecdh key agreement
2020-09-18 Shane LontisAdd fips checks for rsa encryption
2020-09-18 Shane LontisAdd fips checks for dh key agreement
2020-09-18 Shane LontisAdd fips checks for ecdsa signatures
2020-09-18 Shane LontisAdd fips checks for dsa signatures
2020-09-18 Shane LontisAdd fips checks for rsa signatures.
2020-09-18 Matt CaswellFix some doc-nits and make update errors
2020-09-18 Matt CaswellRemove some unneeded code from lhash.h
2020-09-18 Matt CaswellUpdate err.h to use the new lhash generation code
2020-09-18 Matt CaswellUpdate conf.h.in to use the new lhash generation code
2020-09-18 Matt CaswellProvide basis for fixing lhash code
2020-09-18 Alexander Borkowskis_client.pod: Fix grammar in NOTES section.
2020-09-17 Shane LontisAdd selftest callback to CRNG output test
2020-09-17 Shane LontisFix AES_XTS on x86-64 platforms with BSAES and VPAES...
2020-09-17 Dmitry BelyavskiyHMAC should work with non-provided digests
2020-09-17 Tomas MrazRename check_chain_extensions to check_chain
2020-09-17 Tomas MrazDisallow certs with explicit curve in verification...
2020-09-17 Tomas MrazEC_KEY: add EC_KEY_decoded_from_explicit_params()
2020-09-17 Dr. David von... Fix Coverity CID 1466708 - correct pointer calculation...
2020-09-17 Xiaofei BaiFIX strncpy warning in apps/cmp.c.
2020-09-17 Jon SpillettMake KDFs fail if requesting a zero-length key.
2020-09-17 Jon SpillettAllow zero-length secret for EVP_KDF API
2020-09-17 Daniel BeveniusFix typo in bind_loader_attic comment
2020-09-17 Matt CaswellDocument 2 newly added functions
2020-09-17 Matt CaswellTest HMAC output from the dgst CLI
2020-09-17 Matt CaswellCorrectly display the signing/hmac algorithm in the...
2020-09-17 Matt CaswellRedirect EVP_DigestInit to EVP_DigestSignInit_ex if...
2020-09-17 Matt CaswellDon't send -1 as the length of the hmac key
2020-09-17 jwalchAnnotate potential -Wunused-function violations in...
2020-09-17 jwalchAdd a NULL check to EVP_PKEY_assign
2020-09-17 Shane LontisUpdate AES GCM IV max length to be 1024 bits (was 512)
2020-09-16 Tim Hudsonundeprecate EVP_PKEY_cmp and EVP_PKEY_cmp_parameters
2020-09-16 Richard LevitteConfigurations/unix-Makefile.tmpl: Don't specify header...
2020-09-16 Richard LevitteOpenSSL::ParseC: recognise inline function bodies
2020-09-16 Shane LontisAdd self tests for rsa encryption
2020-09-15 Paulifree memory use on error in cert verify
2020-09-15 Pauligenerate_cookie_callback: free temporary memory on...
2020-09-15 PauliPKCS5 PBE: free allocations on unlikely / impossible...
2020-09-15 PauliPKCS#8: free data on error path in newpass_bag
2020-09-15 PauliDTLS: free allocated memory on error paths
2020-09-14 Dr. Matthias... prov/drbg: cleanup some RAND_DRBG leftovers
2020-09-14 Dr. Matthias... prov/drbg: fix misspelling of '#ifdef FIPS_MODULE'
2020-09-13 Richard LevitteEVP: Centralise fetching error reporting
2020-09-13 Matt CaswellIgnore unused return values from some sk_*() macros
2020-09-13 Matt CaswellDon't complain about stack related macros
2020-09-13 Richard LevitteMake 'make errors' work again
2020-09-13 Richard LevitteMake 'make ordinals' work again
2020-09-13 Richard Levitteutil/mknum.pl: Fix file opening
2020-09-13 Matt CaswellStreamline the safestack generated code
2020-09-13 Matt CaswellAdd a CHANGES entry for the safestack updates
2020-09-13 Matt CaswellRemove some safestack things that are no longer needed
2020-09-13 Matt CaswellFix safestack issues in ui.h
2020-09-13 Matt CaswellFix safestack issues in pkcs12.h
2020-09-13 Matt CaswellFix safestack issues in crypto.h
2020-09-13 Matt CaswellFix safestack issues in conf.h
2020-09-13 Matt CaswellFix safestack issues in bio.h
2020-09-13 Matt CaswellFix safestack issues in ess.h
2020-09-13 Matt CaswellFix safestack issues in asn1t.h
2020-09-13 Matt CaswellFix safestack issues in ct.h
2020-09-13 Matt CaswellFix safestack issues in crmf.h
2020-09-13 Matt CaswellFix safestack issues in x509_vfy.h
next