openssl.git
2021-05-22 Dr. David von... apps/cms.c: Correct -sign output and -verify input...
2021-05-22 Richard LevitteDisable loader_attic by default on VMS
2021-05-22 Richard LevitteMake it possible to disable the loader_attic engine
2021-05-22 Richard LevitteVMS: Fix run of generic generator programs in descrip...
2021-05-22 Richard LevitteConfigurations/descrip.mms.tmpl: rework the inclusion...
2021-05-22 Robbie HarwoodFix upgrading docs for RSA_private_encrypt/RSA_public_d...
2021-05-22 Dr. David von... apps/cms: Simplify handling of encerts; add warning...
2021-05-22 Pauliconfigurations: update template makefiles to install...
2021-05-22 Pauliconfigure: build list of image files
2021-05-22 Paulidoc: process images when installing
2021-05-22 Paulidoc: rereference img locations into subdirectory
2021-05-22 Paulidoc: move images into their own subdirectory
2021-05-22 Pauliproperty: convert integers to strings properly.
2021-05-22 Richard Levittetest/params_conversion_test.c: fix the use of strtoumax...
2021-05-22 Richard LevitteInclude "internal/numbers.h" in test programs using...
2021-05-22 Richard LevitteVMS: don't use app_malloc() in apps/lib/vms_decc_argv.c
2021-05-21 Dmitry BelyavskiyCleanup the peer point formats on regotiation
2021-05-21 Richard LevitteDOCS: Fixups of the migration guide and the FIPS module...
2021-05-21 Dmitry BelyavskiyHMAC doesn't work with a default digest
2021-05-21 Jean-Philippe... Properly restore XMM registers in ChaCha20's AVX-512...
2021-05-21 Richard LevittePROV: Relegate most of the FIPS provider code to libfips.a
2021-05-21 Matt CaswellCleanup the missing*.txt files
2021-05-21 Tomas Mrazapps: Cleanup useless bio_open_default() calls for...
2021-05-21 Tomas MrazFIPS label CI: Save PR number and use it
2021-05-21 Matt CaswellClean up the "fips" option to Configure
2021-05-21 Dr. David von... BIO_s_accept.pod: Document port auto-selection feature...
2021-05-21 Dr. David von... EVP_DigestSignInit.pod: Clarification in EVP_DigestSign...
2021-05-21 Tomas MrazExchange no-siv and no-ec2m between daily and ci workflows
2021-05-21 Tomas Mrazpem_read_bio_key_legacy: Do not obscure real error...
2021-05-20 Matt CaswellAdd ordinal numbers to the .num files
2021-05-20 Dr. David von... apps/cms: Clean up order of options in help output...
2021-05-20 Dr. David von... APPS: Allow duplicate entries in options list, marking...
2021-05-20 Dr. David von... APPS: Allow non-option parameters appear anywhere in...
2021-05-20 Dr. David von... check-format.pl: Rename '*-cmt' options '*-comment'
2021-05-20 Dr. David von... check-format.pl: Rename 'one-letter' to 'single-letter...
2021-05-20 Dr. David von... check-format.pl: Allow extra space before end-of-line...
2021-05-20 Dr. David von... check-format.pl: Replace 'SPC' and 'spc' by 'space...
2021-05-20 Dr. David von... check-format.pl: Fix false positive on struct/union...
2021-05-20 Dr. David von... check-format.pl: Fix false positive "no SPC before...
2021-05-20 Dr. David von... check-format.pl: Report needless intermediate multiple...
2021-05-20 Dr. David von... check-format.pl: Add check for constant left of compari...
2021-05-20 Richard LevitteVMS: Copy __DECC_INCLUDE_{PROLOGUE,EPILOGUE}.H to more...
2021-05-20 Dr. David von... util/find-doc-nits: Improve helpstr pattern matching
2021-05-20 Dr. David von... DOC: Fix nits found by new check on SYNOPSIS and OPTION...
2021-05-20 Dr. David von... find-doc-nits: Check that man1 SYNOPSIS and OPTIONS...
2021-05-20 Dr. David von... find-doc-nits: Add -m option allowing to select on...
2021-05-20 Dr. David von... find-doc-nits: Minor improvements of help and diagnosti...
2021-05-20 Dr. David von... CMP test server: move apps/{,lib/}cmp_mock_srv.c and...
2021-05-20 Dr. David von... apps/cmp.c: Move CMP server code portion to separate...
2021-05-20 Matt CaswellPrepare for 3.0 beta 1
2021-05-20 Matt CaswellPrepare for release of 3.0 alpha 17 openssl-3.0.0-alpha17
2021-05-20 Matt Caswellmake update
2021-05-20 Matt CaswellUpdate copyright year
2021-05-20 Richard LevitteEVP: Modify EVP_PKEY_export() to handle legacy EVP_PKEYs
2021-05-20 Richard LevitteModify EVP_PKEY_ASN1_METHOD's export_to function to...
2021-05-20 Richard Levittetest/evp_extra_test2.c: Try EVP_PKEY_export() with...
2021-05-20 Matt CaswellRefer to the migration guide rather than the wiki in...
2021-05-20 Matt CaswellCreate symlinks when installing man pages
2021-05-20 Pauliapp: add a -store_loaders option to list.
2021-05-20 Richard LevitteComplete 'no-sock' guards in apps/ocsp.c
2021-05-20 Matt CaswellUpdate documentation for global properties mirroring
2021-05-20 Matt CaswellEnsure mirroring of properties works for subsequent...
2021-05-20 Matt CaswellDocumentation updates for mirroring of global properties
2021-05-20 Matt CaswellTest that properties are mirrored as we expect
2021-05-20 Matt CaswellAdd a callback for providers to know about global prope...
2021-05-20 Matt CaswellAdd a test for converting a property list to a string
2021-05-20 Matt CaswellImplement the ability to convert a PROPERTY_LIST to...
2021-05-20 Paulitodo: remove TODO(3.0) from the sources.
2021-05-20 Shane LontisTest d2i_PrivateKey_bio() does not add errors to stack...
2021-05-20 PauliRevert "ARM assembly pack: translate bit-sliced AES...
2021-05-20 Shane LontisAdd migration guide for 3.0
2021-05-19 Benjamin KadukUpdate SSL_new_session_ticket() manual for triggered...
2021-05-19 Benjamin KadukTest new SSL_new_session_ticket() functionality
2021-05-19 Benjamin KadukLet SSL_new_session_ticket() enter init immediately
2021-05-19 Dr. David von... danetest.c: Improve code formatting
2021-05-19 Dr. David von... X509_STORE_CTX_get1_issuer(): Simplify code, reducing...
2021-05-19 Dr. David von... X509 build_chain(): Fix two potential memory leaks...
2021-05-19 Dr. David von... X509 build_chain(): Make the variable 'curr' local...
2021-05-19 Dr. David von... X509 build_chain(): Rename variable 'depth' to 'max_depth'
2021-05-19 Dr. David von... X509 build_chain(): Restrict scope of 'self_signed...
2021-05-19 Richard LevitteMake apps/progs.pl not look at apps/progs.c
2021-05-19 Richard Levittebuild.info: Make it possible to set attributes on SOURC...
2021-05-19 Tomas Mrazspeed: Document the deficiencies of the command
2021-05-19 Dr. David von... 80-test_cms.t: Disable new tests for binary input in...
2021-05-19 Dr. David von... apps/list: Remove obsolete -missing-help option
2021-05-19 Dr. David von... find-doc-nits -c: Fix handling in case expected helpstr...
2021-05-19 Dr. David von... unix-Makefile.tmpl and ci.yml: Merge cmd-nits into...
2021-05-19 Jake CookeAdd bounds checking to length returned by wcslen in...
2021-05-19 Richard LevitteMake sure to include "crypto/ctype.h" to get ossl_isdigit()
2021-05-19 Richard LevitteMake sure to include "internal/numbers.h" to get SIZE_MAX
2021-05-19 Richard LevitteFix crypto/bio/b_sock.c for VMS
2021-05-19 Richard LevitteFix include/internal/sockets.h for VMS
2021-05-19 Richard LevitteFix include/openssl/e_os2.h for VMS
2021-05-19 Richard LevitteTweak apps/build.info for VMS
2021-05-19 Richard LevitteVMS need to build DSO with name shortening, because...
2021-05-19 Richard LevitteConfigurations/descrip.mms.tmpl: Add another inclusion...
2021-05-19 Richard LevitteConfigurations/descrip.mms.tmpl: Change strategy for...
2021-05-19 Richard LevitteThrown away all special descrip.mms variables
2021-05-19 Richard LevitteFix configdata.pm.in's "use lib" for VMS
2021-05-19 Richard LevitteFix The VMS variant of platform->staticname()
next