issues
search
saltstack
/
libnacl
Python ctypes wrapper for libsodium
Apache License 2.0
81
stars
62
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add support for libsodium 1.0.19
#138
uio-torjus
opened
7 months ago
0
crypto_box_open,crypto_box_open_easy
#137
zhangxinguo1491625
opened
8 months ago
0
unittest: ERROR: test_save_load (unit.test_save.TestSave.test_save_load) - TypeError: JSONDecoder.__init__() got an unexpected keyword argument 'encoding'
#136
vt-alt
closed
1 year ago
1
libsodium 1.0.19 is released: OSError: Could not locate nacl lib, searched for libsodium.so, libsodium.so.23, libsodium.so.18...
#135
vt-alt
opened
1 year ago
3
Fix installing tests in sdist, and include doc sources as well
#134
mgorny
closed
1 year ago
7
try ctypes.util.find_library first to locate libsodium
#133
jensbjorgensen
closed
1 year ago
2
Migrate Travis CI jobs to GitHub Actions
#132
ScriptAutomate
opened
3 years ago
1
Missing 0.18.0 tag/commits
#131
mgorny
closed
1 year ago
9
Fix crypto_kdf_derive_from_key() on 32-bit platforms
#130
stefanor
closed
3 years ago
0
Replace crypto_keypair with crypto_box_keypair
#129
ineiti
closed
3 years ago
0
Replace crypto_keypair with crypto_box_keypair
#128
ineiti
closed
3 years ago
0
fix typo
#127
ineiti
closed
3 years ago
0
TestRandomBytes.test_crypto_kdf_derive_from_key fails on 32-bit x86
#126
mgorny
closed
1 year ago
2
how to use a specific algorithm
#125
rofl0r
closed
1 year ago
2
Basic functions for equal-comparision and hashing of Keys.
#124
mburggraf
closed
4 years ago
1
crypto_kdf_derive_from_key segfaults on ARM
#123
encukou
closed
3 years ago
0
Cannot use 64bit subkey ID with kdf_derive_from_key
#122
bdien
closed
1 year ago
1
Remove encoding parameter json.loads for Python 3.9 compatibility.
#121
tirkarthi
closed
4 years ago
1
json.load encoding parameter was ignored in Python 3 and removed in Python 3.9
#120
tirkarthi
closed
4 years ago
2
Fix pypy tests on travis
#119
Ch3LL
closed
4 years ago
0
Wrap randombytes,crypto_kdf,crypto_kx in try/except
#118
Ch3LL
closed
4 years ago
0
undefined symbol errors on libnacl 1.7
#117
Ch3LL
closed
4 years ago
1
Fix crypto_kx_server_session_keys
#116
cjwatson
closed
4 years ago
0
Fix unreliability in verify tests
#115
cjwatson
closed
4 years ago
1
add crypto_box_easy to main branch
#114
jheling
closed
4 years ago
5
Tweak MANIFEST.in to include only .py files
#113
kmosiejczuk
closed
4 years ago
2
1.6.1 PyPI tarball includes lot of precompiled .pyc files
#112
kmosiejczuk
closed
4 years ago
0
libnacl should support libsodium 23
#111
aboe76
closed
6 years ago
10
heartwill143 patch 1
#110
heartwill143
closed
6 years ago
0
Libsodium bindings
#109
michaelmendoza
closed
6 years ago
1
Could not locate nacl lib on Windows
#108
clragon
closed
6 years ago
1
Docs on RTD are almost 3 years out of date (1.4.3)
#107
johnsca
closed
6 years ago
1
Check unsafe reads
#106
mumbleskates
closed
6 years ago
2
python3 setup.py test failed with new libsodium 1.0.15
#105
sergiomb2
closed
7 years ago
12
added ctypes.byref(mlen) for 32-bit (issue #103)
#104
andreasbaumann
closed
7 years ago
1
Crash with parameter passing in crypto_aead_aes256gcm_decrypt and crypto_aead_chacha20poly1305_ietf_decrypt
#103
andreasbaumann
closed
7 years ago
1
Add bindings for more libsodium-functions, fix a few small typos
#102
lvzon
closed
7 years ago
1
DualKey() (code examples) updated to DualSecret()
#101
Kentoseth
closed
7 years ago
1
Restore crypto_aead_aes256gcm_*BYTES on old CPUs
#100
cjwatson
closed
7 years ago
4
Check whether AEAD functions are available
#99
cjwatson
closed
7 years ago
1
Mention exception change in 1.5.1 release notes
#98
dbrgn
closed
7 years ago
1
Added the code for AEAD for AES-GCM and IETF ChaCha20-Poly1305
#97
Cictrone
closed
7 years ago
2
Add gate around import of seal bytes
#96
thatch45
closed
7 years ago
2
Undefined symbol: crypto_box_sealbytes
#95
petebrowne
closed
7 years ago
5
Undocumented change of interface.
#94
marijnvriens
closed
7 years ago
1
please push latest version up to pip
#93
steverweber
closed
7 years ago
1
allow generating secret key in public key encryption from seed
#92
julianhille
closed
1 year ago
2
Fix inconsistency in exceptions raised.
#91
julianhille
closed
7 years ago
2
Fix typo in doc string.
#90
julianhille
closed
7 years ago
1
Adding crypto_box_seedbytes value and crypto_box_seed_keypair functionality
#89
julianhille
closed
7 years ago
1
Next