openssl.git
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()
2021-05-19 Richard LevitteFix OpenSSL::fallback for VMS
2021-05-19 Richard LevitteConfigurations/descrip.mms.tmpl: Diverse updates
2021-05-19 Richard LevitteTurn off VMS C's info about unsupported pragmas
2021-05-19 Richard LevitteRework how a build file (Makefile, ...) is produced
2021-05-19 Richard LevitteMove some OpenSSL perl utility functions to OpenSSL...
2021-05-19 Dr. David von... CMS_get0_SignerInfos(): Prevent spurious error on cms_g...
2021-05-19 Dr. David von... apps/cms.c: Simplify make_receipt_request() and load_co...
2021-05-19 Dr. David von... apps/cms.c: Make -sign and -verify handle binary input
2021-05-19 Dr. David von... Make SMIME_read_CMS_ex() and SMIME_read_ASN1_ex() suppo...
2021-05-19 Dr. David von... bio_lib: Add BIO_get_line, correct doc of BIO_gets
2021-05-19 Paulifips: remove unnecessary commas to get CI working
2021-05-19 Tomas MrazAvoid failing label removal if label is not there
2021-05-19 Tomas MrazSeparate FIPS checksum and labelling into different...
2021-05-19 Rich SalzRemove "openssl ifdef" handling
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
next