openssl.git
2020-07-16 Paulidoc: remove unused engine tracing option
2020-07-16 Paulitrace: condition out engine related tracing
2020-07-16 PauliDocument that ENGINE_add_conf_module() was deprecated.
2020-07-16 PauliDocument that exdata for ENGINES is deprecated.
2020-07-16 PauliDocument that the ENGINE_[sg]_ex_data() calls are repre...
2020-07-16 PauliRAND: document that the ENGINE RAND override is deprecated.
2020-07-16 PauliENGINESDIR: document that this configuration is deprecated.
2020-07-16 Paulidoc: document that the engine initialisation options...
2020-07-16 Paulideprecate engines in provider code
2020-07-16 Paulideprecate engines in libcrypto
2020-07-16 Pauliapps: deprecate engines
2020-07-16 Paulideprecate engine from public header files
2020-07-16 Paulideprecate engine tests
2020-07-16 Paulideprecate engines in SSL
2020-07-16 Pauli deprecate engines
2020-07-16 PauliFix indentation for engine.h
2020-07-16 Paulidoc: deprecate ENGINE documentation
2020-07-16 Pauliapps: document the deprecation of the -engine option
2020-07-16 Pauliengine: document the engine app as deprecated
2020-07-16 Pauliapps/list: deprecate engine support
2020-07-16 Paulideprecate engines in 3.0
2020-07-16 Todd ShortAdd SSL_get[01]_peer_certificate()
2020-07-15 Daniel BeveniusConfigure: fix minor typo in apitable comment
2020-07-15 Shane LontisAdd FIPS related configuration data to the default...
2020-07-15 Rich SalzMake -provider_name and -section_name optional
2020-07-15 Rich SalzUse defaults FIPSKEY if not given on command line
2020-07-15 Shane LontisAdd AES_CBC_CTS ciphers to providers
2020-07-15 aSoujyuTanakaEnable WinCE build without deceiving _MSC_VER.
2020-07-15 aSoujyuTanakaTo generate makefile with correct parameters for WinCE.
2020-07-15 aSoujyuTanakaDisable optimiization of BN_num_bits_word() for VS2005...
2020-07-15 aSoujyuTanakaChanged uintptr_t to size_t. WinCE6 doesn't seem it...
2020-07-14 PauliDRBG: rename the DRBG taxonomy.
2020-07-14 Daniel BeveniusConfigurations: make Makefile tmpl files non-links
2020-07-12 Billy Brumley[test] ectest: check custom generators
2020-07-11 Benjamin KadukProviderized libssl fallout: cleanup init
2020-07-11 Richard LevitteBN: Check endianness in run-time, in BN_native2bn(...
2020-07-11 Richard LevitteAdd and use internal header that implements endianness...
2020-07-11 Richard LevitteDOC: install documentation without execution permissions.
2020-07-10 Dr. David von... ocsp.h: Fix backward compatibility decl for OCSP_parse_...
2020-07-09 Shane LontisFix wrong fipsinstall key used in test
2020-07-09 Richard LevitteMakefile template: fix incorrect treatment of produced...
2020-07-09 Shane LontisAdd multiple fixes for ffc key generation using invalid...
2020-07-08 Shane LontisFix CID 1454808: Error handling issues NEGATIVE_RETURN...
2020-07-08 Shane LontisFix CID 1454806: NEGATIVE_RETURNS (cms_enc.c)
2020-07-08 Shane LontisFix CID 1465213: Integer handling issues (evp_extra_test.c)
2020-07-08 Shane LontisFix CID 1463883 Dereference after null check (in ess_fi...
2020-07-08 Shane LontisFix CID 1465214 Resource leak (in file_load.c)
2020-07-08 Shane LontisFix CID 1465215 : Explicit null dereferenced (in test)
2020-07-08 Shane LontisFix CID #1465216 Resource leak in property_fetch
2020-07-08 Matt CaswellEnsure we excluse ec2m curves if ec2m is disabled
2020-07-08 Matt CaswellAdd a test to check having a provider loaded without...
2020-07-08 Matt CaswellFix an incorrect error flow in add_provider_groups
2020-07-08 Matt CaswellFix OSSL_PROVIDER_get_capabilities()
2020-07-07 Martin ElshuberAdd support to zeroize plaintext in S3 record layer
2020-07-06 Nicola Tuveri[test][15-test_genec] Improve EC tests with genpkey
2020-07-06 Nicola Tuveri[apps/genpkey] exit status should not be 0 on output...
2020-07-06 Nicola Tuveri[EC][ASN1] Detect missing OID when serializing EC param...
2020-07-06 Glenn Straussimprove SSL_CTX_set_tlsext_ticket_key_cb ref impl
2020-07-06 Matt CaswellEnsure TLS padding is added during encryption on the...
2020-07-06 Matt CaswellConvert SSLv3 handling to use provider side CBC/MAC...
2020-07-06 Matt CaswellEnsure any allocated MAC is freed in the provider code
2020-07-06 Matt CaswellDecreate the length after decryption for the stitched...
2020-07-06 Matt CaswellEnsure the sslcorrupttest checks all errors on the...
2020-07-06 Matt CaswellEnsure GCM "update" failures return 0 on error
2020-07-06 Matt CaswellEnsure cipher_generic_initkey gets passed the actual...
2020-07-06 Matt CaswellMake the NULL cipher TLS aware
2020-07-06 Matt CaswellChange ChaCha20-Poly1305 to be consistent with out...
2020-07-06 Matt CaswellMake libssl start using the TLS provider CBC support
2020-07-06 Matt CaswellAdd provider support for TLS CBC padding and MAC removal
2020-07-06 Matt CaswellRemove SSL dependencies from tls_pad.c
2020-07-06 Matt CaswellSplit the padding/mac removal functions out into a...
2020-07-06 Matt CaswellMove MAC removal responsibility to the various protocol...
2020-07-05 Richard LevitteTEST: update 02-test_errstr.t to have better tests
2020-07-05 Richard LevitteSSL: fix misuse of ERR_LIB_SYS
2020-07-05 Richard LevitteTEST: fix test/errtest.c
2020-07-05 Richard LevitteERR: special case system errors
2020-07-05 Richard LevitteERR: refactor global error codes
2020-07-05 Richard LevitteCORE: perform post-condition in algorithm_do_this(...
2020-07-05 Dr. David von... Fix many MarkDown issues in {NOTES*,README*,HACKING...
2020-07-05 Dr. David von... Rename NOTES*, README*, VERSION, HACKING, LICENSE to...
2020-07-05 Dr. David von... util/markdownlint.rb: Add two rule exceptions: MD023...
2020-07-05 Pauliapps: remove NULL check imn release_engine since ENGINE...
2020-07-05 Paulicoverity 1464983: null pointer dereference
2020-07-05 Paulicoverity 1464984: Null pointer dereferences
2020-07-05 Paulicmp: remove NULL check.
2020-07-05 Paulicoverity: CID 1464987: USE AFTER FREE
2020-07-05 Paulirand: avoid caching RNG parameters.
2020-07-05 PauliRefactor the EVP_RAND code to make locking issues less...
2020-07-05 Paulirand: fix recursive locking issue.
2020-07-04 Gustaf NeumannFix typos and repeated words
2020-07-04 Richard LevitteConfiguration and build: Fix solaris tags
2020-07-04 Richard Levitteutil/perl/OpenSSL/config.pm: Fix /armv[7-9].*-.*-linux2/
2020-07-04 Richard LevitteNOTE.WIN: suggest the audetecting configuration variant...
2020-07-04 Richard Levitteutil/perl/OpenSSL/config.pm: move misplaced Windows...
2020-07-03 Matt CaswellFix a typo in the i2d_TYPE_fp documentation
2020-07-03 Matt CaswellDon't run the cmp_cli tests if using FUZZING_BUILD_MODE
2020-07-03 Matt CaswellIf an empty password is supplied still try to use it
2020-07-03 Matt CaswellEnsure a string is properly terminated in http_client.c
2020-07-03 Dr. David von... 81-test_cmp_cli.t: Correct subroutine quote_spc_empty...
2020-07-03 Dr. David von... 81-test_cmp_cli.t: Streamline {start,stop}_mock_server...
next