openssl.git
2020-05-19 Dmitry BelyavskiyTest for the SSL_OP_IGNORE_UNEXPECTED_EOF option
2020-05-19 Dmitry BelyavskiyIntroducing option SSL_OP_IGNORE_UNEXPECTED_EOF
2020-05-19 Rich SalzUse {module,install}-mac, not -checksum
2020-05-19 Rich SalzRevise fips_install.pod
2020-05-19 Rich SalzRevise x509v3_config.pod
2020-05-19 Rich SalzRevise fips_config.pod
2020-05-19 Norm GreenAdd missing pragma weak declaration to lhash.h
2020-05-19 Billy Brumleydeprecate EC precomputation functionality
2020-05-19 Dmitry BelyavskiyNew Russian TLS 1.2 implementation
2020-05-19 Dmitry BelyavskiyGOST-related objects changes
2020-05-19 Dmitry BelyavskiyConstants for new GOST TLS 1.2 ciphersuites
2020-05-19 Richard LevitteCORE: query for operations only once per provider ...
2020-05-19 MarcUse _get0_ functions instead of _get_.
2020-05-19 Marcs_client: Show cert algorithms & validity period
2020-05-18 Bernd EdlingerFix some places where X509_up_ref is used
2020-05-18 Maxim ZakharovTTY_get() in crypto/ui/ui_openssl.c open_console()...
2020-05-18 Matt CaswellDelete the sslprovider test
2020-05-18 Nikolay MorozovFix small documentation issues
2020-05-16 Billy Brumleydeprecate EC_POINTs_mul function
2020-05-16 Matt CaswellUpdate documentation following changes of various types
2020-05-16 Matt CaswellMaintain strict type discipline between the core and...
2020-05-16 Richard LevitteCORE: Fix a couple of bugs in algorithm_do_this()
2020-05-15 raja-ashokTest TLSv1.3 out-of-band PSK with all 5 ciphersuites
2020-05-15 raja-ashokFix crash in early data send with out-of-band PSK using...
2020-05-15 Rich SalzFix all MD036 (emphasis used instead of heading)
2020-05-15 Rich SalzAdd "md-nits" make target
2020-05-15 David von OheimbAdd 'methods' parameter to setup_engine() in apps.c...
2020-05-15 Dr. David von... Clean up macro definitions of openssl_fdset() in apps...
2020-05-15 Dr. David von... Use OSSL_STORE for load_{,pub}key() and load_cert(...
2020-05-15 Dr. David von... Nit-fix: remove whitespace in doc/man3/EVP_PKEY_fromdat...
2020-05-15 Dr. David von... Guard use of struct tms with #ifdef __TMS like done...
2020-05-15 Richard LevitteBuild: make apps/progs.c depend on configdata.pm
2020-05-15 Richard LevitteSSL: refactor ssl_cert_lookup_by_pkey() to work with...
2020-05-15 Matt CaswellIgnore some auto-generated DER files
2020-05-15 Matt CaswellPrepare for 3.0 alpha 3
2020-05-15 Matt CaswellPrepare for release of 3.0 alpha 2 openssl-3.0.0-alpha2
2020-05-15 Matt CaswellUpdate copyright year
2020-05-15 Nicolas VigierIf SOURCE_DATE_EPOCH is defined, use it for copyright...
2020-05-15 Matt CaswellCorrect alignment calculation in ssl3_setup_write
2020-05-15 Orgad ShanehConfigure: Avoid SIXTY_FOUR_BIT for linux-mips64
2020-05-15 Richard Levittedev/release.sh: Add --reviewer to set reviewers
2020-05-15 Thomas Dwyer IIIPass "-z defs" to the linker via "-Wl,-z,defs" rather...
2020-05-14 Richard Levittetest/evp_extra_test.c: Add OPENSSL_NO_CMAC around CMAC...
2020-05-14 Richard LevittePROV: make some DER AID arrays non-static, to avoid...
2020-05-14 Richard Levitte.travis.yml: never use -Werror, use --strict-warnings...
2020-05-14 Richard Levittetest/recipes/15-test_rsapss.t: Add test with unrestrict...
2020-05-14 Richard Levittetest/ssl-tests/20-cert-select.cnf.in: Re-enable RSA...
2020-05-14 Richard Levittetest/evp_pkey_provided_test.c: Display first, compare...
2020-05-14 Richard LevittePROV & ASYM_CIPHER: Adapt the RSA asymmetric cipher...
2020-05-14 Richard LevitteEVP: Refactor the RSA-PSS key generation controls for...
2020-05-14 Richard LevittePROV & SIGNATURE: Adapt the RSA signature code for...
2020-05-14 Richard LevitteEVP: For SIGNATURE operations, pass the propquery early
2020-05-14 Richard LevittePROV & SERIALIZER: Adapt the RSA serializers for PSS...
2020-05-14 Richard LevittePROV & KEYMGMT: Add PSS-parameter support in the RSA...
2020-05-14 Richard LevittePROV: Refactor the RSA SIGNATURE implementation for...
2020-05-14 Richard LevittePROV: Refactor the RSA DER support
2020-05-14 Richard LevitteDER writer: Add the possibility to abandon empty SEQUENCEs
2020-05-14 Richard LevitteRSA: Add PSS-parameter processing in EVP_PKEY_ASN1_METH...
2020-05-14 Richard LevitteRSA: Add a less loaded PSS-parameter structure
2020-05-14 Richard LevitteRSA: Add rsa_schemes.c, to store scheme data and transl...
2020-05-14 Richard LevitteRSA: Extract much of the rsa_pkey_export_to() code...
2020-05-14 Richard LevitteRSA: Add RSA key types
2020-05-14 Richard Levittetest/evp_extra_test.c: Add test for CMAC keygen with...
2020-05-14 Richard LevitteEVP: Only use the engine when one is defined, in pkey_m...
2020-05-14 Nikolay MorozovAdd documentation for ASN1_INTEGER_new() and ASN1_INTEG...
2020-05-13 Dr. David von... Rename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_...
2020-05-13 Dr. David von... Add -reqin_new_tid option to apps/cmp.c and OSSL_CMP_MS...
2020-05-13 Dr. David von... Improve CMP documentation regarding use of untrusted...
2020-05-13 Dr. David von... Chunk 11 of CMP contribution to OpenSSL: CMP command...
2020-05-13 Dr. David von... Preliminary fix of memory leak in try_decode_PKCS12...
2020-05-13 Dr. David von... Improve description of algorithm NIDs in doc/man3/OSSL_...
2020-05-13 Dr. David von... Reflect constifications of 62dcd2aa in doc/man3/OSSL_CR...
2020-05-13 Richard LevitteOSSL_STORE: Make the 'file' scheme loader handle MSBLOB...
2020-05-13 Richard LevitteOSSL_STORE: Better information when prompting for pass...
2020-05-13 Richard LevitteOSSL_STORE: Make it possible to attach an OSSL_STORE...
2020-05-13 Richard LevittePROV: Adapt all our providers to use the new PROV_CTX...
2020-05-13 Richard LevittePROV: Add a proper provider context structure for OpenS...
2020-05-13 Richard LevitteRemove explicit dependency on configdata.pm when proces...
2020-05-13 Benjamin KadukFix FreeBSD build with --strict-warnings
2020-05-13 Bernd EdlingerFix rsa8192.pem
2020-05-12 Tomas MrazReplace misleading error message when loading PEM
2020-05-12 Richard LevitteCORE: Attach the provider context to the provider late
2020-05-12 Richard LevitteFix some misunderstandings in our providers' main modules
2020-05-12 Richard LevitteCORE: Fix the signature of OSSL_provider_query_operation_fn
2020-05-12 Richard LevitteFix d2i_PrivateKey_ex() to work as documented
2020-05-11 Richard LevitteFix CHANGES.md issues reported by markdownlint
2020-05-10 Beat Bollidoc: fix two invalid <B> tags
2020-05-09 Dr. David von... Extract HTTP server code from apps/ocsp.c to apps/lib...
2020-05-09 Dr. David von... Fix bio_wait() in crypto/bio/bio_lib.c in case OPENSSL_...
2020-05-09 Dr. David von... Constify 'req' parameter of OSSL_HTTP_post_asn1()
2020-05-09 Dr. David von... Fix bug in OSSL_CMP_SRV_process_request() on transactio...
2020-05-08 Paulidoc: remove deprecation notes for apps that are staying.
2020-05-08 Maximilian... Fix PEM certificate loading that sometimes fails
2020-05-08 Rich SalzFix issues reported by markdownlint
2020-05-08 Rich Salztravis: enable markdownlint checks
2020-05-08 Richard LevitteEVP: when setting the operation to EVP_PKEY_OP_UNDEFINE...
2020-05-07 Dr. Matthias... Fix use-after-free in BIO_C_SET_SSL callback
2020-05-07 Nikolay MorozovSSL_OP_DISABLE_TLSEXT_CA_NAMES option implementation
2020-05-07 Jakub ZelenkaAdd documentation for CMS_EnvelopedData_create()
2020-05-07 Shane LontisRemove legacy FIPS_mode functions
next