openssl.git
2021-06-08 Matt CaswellEnsure that we consume all the data when decoding an...
2021-06-08 Matt CaswellUse the right class/tag when decoding an embedded key
2021-06-08 Matt CaswellFix CTLOG_new_from_base64_ex()
2021-06-08 Matt CaswellFix the expected output of printing certificates
2021-06-08 Tomas MrazEVP_PKEY_new_raw_private_key: Allow zero length keys
2021-06-08 Larkin NickleFix compilation on systems with empty _POSIX_TIMERS
2021-06-08 Paulievp: avoid some calls to EVP_CIPHER_CTX_get_iv_length...
2021-06-08 Paulievp: fix Coverity 1485670 argument cannot be negative
2021-06-08 Paulievp: fix Coverity 1485669 improper use of negative...
2021-06-08 Paulievp: fix Coverity 1485668 argument cannot be negative
2021-06-08 Paulipkcs12: fix Coverity 1485667 logically dead code
2021-06-08 Paulievp: fix coverity 1485666 argument cannot be negative
2021-06-08 Paulievp: fix improper use of negative value issues
2021-06-08 Pauliafalg: fix coverity 1485661 improper use of negative...
2021-06-08 Paulifix coverity 1485660 improper use of negative value
2021-06-08 Paulibio: improve error checking fixing coverity 1485659...
2021-06-08 Paulidoc: add PKEY life cycle documentation
2021-06-08 Paulidoc: build changes for PKEY life cycle documentation
2021-06-08 Paulidoc: add build info for cipher life cycle documentation
2021-06-08 Paulidoc: add references to cipher life cycle documentation
2021-06-08 Paulidoc: add cipher life cycle documentation
2021-06-08 Paulidoc: improve the cipher life cycle diagram
2021-06-08 Paulidoc-nits: support out of source execution
2021-06-08 Paulidoc: remove empty section
2021-06-08 Paulidoc: add references to digest life cycle documentation
2021-06-08 Paulidoc: add digest life cycle documentation
2021-06-08 Paulidoc: add digest lifecycle diagram
2021-06-08 Paulilife-cycles: update digest state table
2021-06-08 Daniel BeveniusAdd aix64-gcc-as architecture and p2align callback
2021-06-08 Tomas MrazX509_digest_sig: Handle RSA-PSS and EDDSA certificates
2021-06-08 Dr. David von... Move trust-related decls from x509.h.in to x509_vfy...
2021-06-08 Dr. David von... x509.h.in: extended 'documenting' comment on X509_TRUST...
2021-06-08 Dr. David von... Improve the documentation of cert path building and...
2021-06-08 Dr. David von... X509_STORE_CTX_new.pod and x509_vfy.h.in: rename some...
2021-06-08 Dr. David von... x509_vfy.c: Improve a couple of internally documenting...
2021-06-08 Dr. David von... x509_trs.c: rename to x509_trust.c and correct comment...
2021-06-08 Shane LontisFix AIX FIPS DEP.
2021-06-08 Dr. David von... BIO_write-ex(): Improve behavior in corner cases and...
2021-06-08 Shane LontisAdd a gettable for provider ciphers to return the EVP_C...
2021-06-08 Shane LontisDocument missing EC/SM2 params
2021-06-08 Juergen ChristTest EVP_CipherInit sequences and resets
2021-06-08 Juergen ChristFix CipherInit on s390x.
2021-06-07 FdaSilvaYYUse rd instead rmdir
2021-06-07 Matt CaswellFix generate_ssl_tests.pl
2021-06-07 Tomas MrazElimination of some sources not needed in the FIPS_MODULE
2021-06-06 Richard Levittetest/recipes/80-test_cmp_http.t: Don't trust $server_po...
2021-06-06 Richard Levittetest/recipes/80-test_cmp_http.t: Simplify test_cmp_http()
2021-06-06 Paulidoc: update generated image files
2021-06-06 Paulidoc: update Graphviz images to have a transparent backg...
2021-06-05 Pauliproperty: move additional query functions to property_q...
2021-06-05 Pauliproperty: improve ossl_property_find_property() function
2021-06-05 PauliRename `n` field to `num_properties` in property defini...
2021-06-05 Richard LevittePROV: drop get_params() and gettable_params() from...
2021-06-05 Richard LevitteENCODER: use property definitions instead of getting...
2021-06-05 Richard LevitteENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPE
2021-06-05 Richard LevittePROV: drop get_params() and gettable_params() from...
2021-06-05 Richard LevitteDECODER: use property definitions instead of getting...
2021-06-05 Richard Levitteproperty: Add functionality to query data from a proper...
2021-06-05 Richard Levittemake update-fips-checksums
2021-06-05 Richard LevitteFIPS: don't include crypto/passphrase.c in libfips.a
2021-06-05 Matt CaswellAdd documentation for newly added ASN1 functions
2021-06-05 Matt CaswellEnsure libctx/propq is propagated when handling X509_REQ
2021-06-05 Matt CaswellGive ASN.1 objects the ability to report their libctx...
2021-06-05 Matt CaswellMake sure X509_dup() also dup's any associated EVP_PKEY
2021-06-05 Matt CaswellUse the new ASN.1 libctx aware capabilities in CMP
2021-06-05 Matt CaswellUse the new ASN.1 libctx aware functions in CMS
2021-06-05 Matt CaswellTeach more of the ASN.1 code about libctx/propq
2021-06-05 Matt CaswellTeach the ASN.1 code how to create embedded objects...
2021-06-05 Matt CaswellFix evp_extra_test to use libctx in an X509_PUBKEY
2021-06-05 Matt CaswellProvide the ability to create an X509_PUBKEY with a...
2021-06-04 Matt CaswellTest a bad SmtpUTF8Mailbox name constraint
2021-06-04 Matt CaswellCheck that we got the expected name type when verifying...
2021-06-04 Tomas MrazUpdate fips checksums to drop the ssl headers
2021-06-04 Tomas MrazMove libssl related defines used by fips provider to...
2021-06-04 Paulireq: detect a bad choice of digest early
2021-06-04 Tomas Mrazreq: fix default bits handling for -newkey
2021-06-04 Dr. David von... 80-test_http.t: Rename to 79-test_http.t, add basic...
2021-06-04 Dr. David von... 80-test_cmp_http.t: Improve comparison on server_port...
2021-06-04 Rich SalzAdd md-nits task
2021-06-04 Matt CaswellOnly call dtls1_start_timer() once
2021-06-03 Dr. David von... CI windows.yml: Silence 'nmake' builds except 'minimal...
2021-06-03 Matt CaswellTeach ASN1_item_verify_ctx() how to handle provided...
2021-06-03 Tomas Mrazopenssl spkac: Fix reading SPKAC data from stdin
2021-06-03 Tomas MrazOPENSSL_init_crypto must return 0 when cleanup was...
2021-06-03 bonniegongCheck the return value of ASN1_STRING_length
2021-06-03 Jon Spillett80-test_cmp_http.t: Re-enable CMP tests for AIX, removi...
2021-06-03 Richard LevitteDeprecate EVP_CIPHER_impl_ctx_size and EVP_CIPHER_CTX_b...
2021-06-03 Richard LevitteRestore all the ? in util/libcrypto.num
2021-06-03 Richard Levitteutil/mknum.pl: Really allow unset ordinals in development
2021-06-03 Shane LontisFix errors found by parfait static analyser.
2021-06-03 Paulirsa: make the maximum key strength check FIPS only.
2021-06-03 yuechen-chenAdd an EVP demo for signatures using EC
2021-06-03 Pauliupdate checksums
2021-06-03 Pauliutil: update FIPS checksumming script to be more aggres...
2021-06-02 Jon SpillettAdd enable-fips to CI configuration
2021-06-02 Jon SpillettDisable tracing within the FIPS module
2021-06-02 Tomas Mrazed25519 and ed448: fix incorrect OSSL_PKEY_PARAM_MAX_SIZE
2021-06-02 Dr. David von... 80-test_cms.t: Replace use of ee-self-signed.pem by...
2021-06-02 Dr. David von... ee-self-signed.pem: Restore original version, adding...
2021-06-02 Paulilist: update to not use XXX_get_number() calls
next