Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

laszlojau/gssntlmssp-alpine-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Test GSS-NTLMSSP in Alpine

Disclaimer

This was used for testing the following bug: gssapi/gss-ntlmssp#97
The issue was fixed in gss-ntlmssp v1.3.0, so this repo is now outdated.

Running the container

# Test the original library 
docker run --rm -it ghcr.io/laszlojau/gssntlmssp-alpine-debug:1.2.0

# Test the library with openssl3-specific changes removed
docker run --rm -it ghcr.io/laszlojau/gssntlmssp-alpine-debug:1.2.0-patched

# Run PowerShell interactively
docker run --rm --entrypoint /bin/sh -it ghcr.io/laszlojau/gssntlmssp-alpine-debug:1.2.0
/src # pwsh
PS /src> ./ntlm-test.ps1

Building the container

If you wish to build your own container, you can run:

# Standard version
docker build . -t <your-repo>/gssntlmssp-alpine-debug:1.2.0 --build-arg ENABLE_OPENSSL_LEGACY=false

# openssl3-specific changes removed, legacy provider enabled via openssl config
docker build . -t <your-repo>/gssntlmssp-alpine-debug:1.2.0-patched --build-arg GSS_PATCH_OPENSSL3=true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published