index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util-src
/
crypto.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
util.crypto: Add more ECC methods
Stephen Paul Weber
4 days
1
-0
/
+116
*
util: Add compat for prosody module name change to C sources
Kim Alvefur
2023-03-17
1
-1
/
+5
*
util.crypto: Preemptively silence 'strict-prototypes' warning
Kim Alvefur
2023-01-31
1
-1
/
+1
*
util.crypto: Add support for AES-256-CTR
Matthew Wild
2023-01-13
1
-21
/
+44
*
util.crypto, util.jwt: Generate consistent signature sizes (via padding)
Matthew Wild
2022-09-29
1
-10
/
+17
*
util.crypto: Use Lua 5.2 API for predictable buffer size
Kim Alvefur
2022-07-11
1
-6
/
+1
*
util.crypto: Use stack space buffers
Kim Alvefur
2022-07-11
1
-14
/
+11
*
util.crypto: More digests for sign/verify, use macros for clarity/consistency
Matthew Wild
2022-07-02
1
-32
/
+40
*
util.crypto: Friendlier error message on incorrect key types
Matthew Wild
2022-07-02
1
-1
/
+6
*
util.crypto: Add support for RSA signatures (PKCS1-v1.5 + PSS)
Matthew Wild
2022-07-02
1
-3
/
+31
*
util.crypto: New wrapper for some operations in OpenSSL's libcrypto
Matthew Wild
2022-06-24
1
-0
/
+555