openssl.git
2021-05-25 Paulichecksum: include header files in the checksumming...
2021-05-25 Richard LevitteFix 'openssl req' to be able to use provided keytypes
2021-05-25 Paulimac: add a getter for the MAC block size.
2021-05-25 Paulitest: add evp_tests for the MAC size and block size
2021-05-25 Paulidoc: document the MAC block size getter
2021-05-25 Shane LontisAdd fipsinstall option to run self test KATS on module...
2021-05-25 Rich SalzRemove engine_table_select_int
2021-05-25 Richard LevitteDOCS: Don't mention internal functions in public docume...
2021-05-24 Juergen ChristFix warning in gf_serialize
2021-05-24 Richard LevitteTEST: Avoid using just 'example.com' - test_cmp_http
2021-05-24 Florian Mickleropenssl srp: make index.txt parsing error more verbose
2021-05-24 Florian Mickleropenssl ocsp: make index.txt parsing error more verbose
2021-05-24 Florian Mickleropenssl ca: make index.txt parsing error more verbose
2021-05-24 Matt CaswellDon't try the same decoder multiple times
2021-05-24 Tomas MrazWindows CI: use nasm on 32bit and 64bit shared builds
2021-05-24 Tomas MrazAdd some basic Windows builds to the Windows CI workflow
2021-05-24 Jon SpillettAdd a test for PKCS5_PBE_keyivgen()
2021-05-24 Jon SpillettAdded PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithm...
2021-05-24 Jon SpillettAdd PBKDF1 to the legacy provider
2021-05-24 Matt CaswellRemove some perl 5.14 use from rsaz-avx512.pl
2021-05-24 Shane LontisRename the field 'provctx and data' to 'algctx' inside...
2021-05-23 Paulifips: default to running self tests when starting the...
2021-05-23 Paulidoc: update core_thread_start() documentation
2021-05-23 Matt CaswellFix a memleak in the FIPS provider
2021-05-23 Paulitest: fix typo in comment in threadstest.c
2021-05-23 Paulicore: condition out more in FIPS builds
2021-05-23 Paulitest: add test case to reliably reproduce RAND leak...
2021-05-22 Dr. David von... 80-test_cmp_http: Invert and correct the logic of succe...
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...
next