openssl.git
2021-05-19 Rich SalzRemove '=for openssl ifdef'
2021-05-18 Matt CaswellBetter error messages if there are no encoders/decoders...
2021-05-18 Dr. David von... Move ossl_sleep() to e_os.h and use it in apps
2021-05-18 Dr. David von... DOC: Fix nits found by improved find-doc-nits -c
2021-05-18 Dr. David von... ci.yml: Add cmd-nits to the doc-nits CI run
2021-05-18 Dr. David von... openssl-dsa.pod.in: Fix glitch: pvk-string -> pvk-strong
2021-05-18 Dr. David von... find-doc-nits: Make -c option (cmd-nits) independent...
2021-05-18 Dr. David von... apps/s_server: Add -proxy and -no_proxy options
2021-05-18 Dr. David von... apps/ocsp: Add -proxy and -no_proxy options
2021-05-18 Rich SalzAdd -quiet flag to genpkey
2021-05-18 Pauliapps: use else if when checking for headers in the...
2021-05-18 Pauliseal: make EVP_SealInit() library context aware
2021-05-18 Paulihmac: fix coverity 1484888 negative integer to size_t...
2021-05-18 Paulikeymgmt: fix coverity 1484886 unchecked return value
2021-05-18 Paulievp: fix coverity 1484885 negative integer to size_t...
2021-05-18 Pauliprovider: fix coverity 1484884: uninitialised lock use
2021-05-18 Pauliapps: clean up the http server code
2021-05-18 Paulitest: conditionally exclude unused code for no-tls1...
2021-05-17 Matt CaswellFix a use-after-free in the child provider code
2021-05-17 Rich SalzAdd SSL_OP_ALLOW_CLIENT_RENEGOTIATION
2021-05-17 Petr GotthardFix pointer passed to provider_unquery_operation
2021-05-16 Matt CaswellAdd a CHANGES entry for fully pluggable groups
2021-05-16 Shane LontisAdd doc for ERR_clear_last_mark().
2021-05-16 Shane LontisFix OSSL_DECODER_new_for_pkey() selection parameter...
2021-05-16 Shane LontisFix compiler error when using config option 'enable...
2021-05-16 Richard LevitteAdapt 80-test_cmp_http.t and its data for random accept...
2021-05-16 Richard LevitteAPPS: Make the cmp Mock server output the accept addres...
2021-05-16 Paulici: remove the checksum CI script
2021-05-15 Benjamin KadukAdd extensive test coverage for SSL_get_negotiated_group()
2021-05-15 Benjamin Kadukmove group lists out of test_key_exchange() in preparat...
2021-05-15 Benjamin KadukExtend SSL_get_negotiated_group() tests for TLS 1.2
2021-05-15 Benjamin KadukRegenerate testsid.pem
2021-05-15 Benjamin KadukPromote SSL_get_negotiated_group() for non-TLSv1.3
2021-05-15 Richard LevitteASN1: Fix i2d_provided() return value
2021-05-15 Matt CaswellLoad the default provider into the p_test provider...
2021-05-15 Matt CaswellInit the child providers immediately on creation of...
2021-05-15 Tomas MrazAdd make update-fips-checksums to release.sh script
2021-05-15 Paulidoc: document all functions in provider-base(7)
2021-05-15 Matt CaswellFix a memleak on an error path in the pkcs12 test helpers
2021-05-14 Dr. David von... Add OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}
2021-05-14 Dr. David von... http_client.c: Rename internal fields and functions...
2021-05-14 Dr. David von... HTTP client: Allow streaming of response data (with...
2021-05-14 Dr. David von... HTTP client: Allow streaming of request data (for POST...
2021-05-14 Dr. David von... HTTP client API: Generalize to arbitrary request and...
2021-05-14 Dr. David von... OSSL_HTTP_transfer(): Fix error reporting in case rctx...
2021-05-14 Dr. David von... OSSL_HTTP_get(): Do not close connection if redirect...
2021-05-14 Dr. David von... HTTP: Implement persistent connections (keep-alive)
2021-05-14 Dr. David von... OSSL_HTTP_REQ_CTX_add1_headers(): Fix use with host...
2021-05-14 Dr. David von... CMP test server: Extend error reporting on cert rejecte...
2021-05-14 Dr. David von... HTTP test server: Improve connection management and...
2021-05-14 Dr. David von... cmp_server.c: Improve transaction management and logging
2021-05-14 Dr. David von... OSSL_CMP_SRV_process_request(): Log any error queue...
2021-05-14 Dr. David von... HTTP client: Rename 'maxline' parameter to 'buf_size...
2021-05-14 Paulimac: improve MAC documentation (Poly 1305 key reuse...
2021-05-14 Rich SalzSlightly reformat ssl.h.in
2021-05-14 Rich SalzConvert SSL_{CTX}_[gs]et_options to 64
2021-05-14 Juergen ChristFix provider library build wrt. AES
2021-05-14 Rich SalzAdd --banner config option
2021-05-14 bonniegongcheck i2d_ASN1_TYPE return value
2021-05-13 Dr. David von... http_client.c: Fix inconsistency w.r.t. type of max_res...
2021-05-13 Tomas MrazReplace some of the ERR_clear_error() calls with mark...
2021-05-13 Xiaofei Baicrypto/arm_arch.h: add a variable declaration
2021-05-13 Ben AvisonARM assembly pack: translate bit-sliced AES implementat...
2021-05-13 Paulidoc: remove references to undepreciated commands being...
2021-05-13 Tomas MrazFallback to legacy pem decoding if OSSL_DECODER fails
2021-05-13 Tomas MrazImplement pem_read_key directly through OSSL_DECODER
2021-05-13 Tomas MrazReplace EVP_PKEY_supports_digest_nid
2021-05-13 Tomas MrazDrop ASN1_PKEY_CTRL_SUPPORTS_MD_NID
2021-05-13 Tomas Mrazupdate-fips-checksums: Make the dependency on source...
2021-05-13 Dmitry Belyavskiyclarification about the DES status
2021-05-13 Dmitry BelyavskiyEnumerating the legacy provider's cipher algorithms
2021-05-13 Tomas MrazEnsure the pristine checksums are not recomputed
2021-05-13 Tomas MrazThe FIPS Checksums job must be run on pull_request_target
2021-05-13 Dr. David von... Makefile: Make sure providers/fipsmodule.cnf is re...
2021-05-13 Dr. David von... Makefile: Simplify use of run_tests
2021-05-13 Tomas MrazRemove the .new suffix inside the fips.checksum.new
2021-05-13 Tomas MrazAllow diff-fips-checksums in in-tree build
2021-05-13 Tomas MrazRemove the severity: fips change label if fips checksum...
2021-05-13 Tomas MrazSet the severity: fips change label if fips checksum...
2021-05-13 Tomas Mrazfipsprov: Missing teardown on fips_get_params_from_core...
2021-05-13 Tomas MrazAdd checksums github CI action
2021-05-13 Tomas MrazAdd diff-fips-checksums target to compare BLDDIR and...
2021-05-13 Tomas MrazCompute the FIPS checksums in $(BLDDIR) and remove...
2021-05-13 Paulix509: fix a dangling pointer
2021-05-13 Paulie_loader_attic: fix a use after free issue
2021-05-13 Paulitest: fix thread test config file problem
2021-05-13 Dr. David von... EVP_PKEY-X25519.pod: Correct EVP_PKEY_Q_keygen function...
2021-05-13 Xiaofei BaiAdd $AESDEF in libdefault.a to fix aes regression
2021-05-13 Rich SalzFix cut/paste (?) error.
2021-05-12 Shane LontisExport/import flags for FFC params changed to seperate...
2021-05-12 Benjamin Kadukapps: improve hygeine for SET_EXPECT macro
2021-05-12 Benjamin KadukUpdate expected results for tls13kexmodes tests
2021-05-12 Benjamin KadukDon't send key_share for PSK-only key exchange
2021-05-12 Benjamin Kadukmake update
2021-05-12 Benjamin KadukImprove RFC 8446 PSK key exchange mode compliance
2021-05-12 Dr. David von... HTTP client: Minimal changes that include the improved API
2021-05-12 Dr. David von... Add ASN1_item_i2d_mem_bio(); document and improve also...
2021-05-12 Tomas MrazA few cleanups of the provider build.infos
2021-05-12 Tomas MrazAllow arbitrary digests with ECDSA and DSA
2021-05-12 Pauliapps: make list -help not continue with listing
next