[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][gambas/gambas][master] 2 commits: gb.openssl: Add RSA signature support and PKey class



Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
ea1ac42c by Alessandro Rinaldi at 2026-05-13T12:49:08+02:00
gb.openssl: Add RSA signature support and PKey class

[GB.OPENSSL]
* NEW: PKey class: asymmetric (RSA) key, with PEM/DER import/export and generation.
* NEW: Signature class: factory + virtual method class, mirrors Cipher/Digest. RSA with PKCS#1 v1.5 and PSS, SHA-256/384/512.
* NEW: completes the CSignature placeholder reserved in main.c since 2013.

- - - - -
2b82c441 by Benoît Minisini at 2026-05-16T22:01:35+00:00
Merge branch 'feature/gb-openssl-rsa-signature' into 'master'

gb.openssl: Add RSA signature support and PKey class

See merge request gambas/gambas!413
- - - - -


7 changed files:

- gb.openssl/openssl-test/.src/Main.module
- gb.openssl/src/Makefile.am
- + gb.openssl/src/c_pkey.c
- + gb.openssl/src/c_pkey.h
- + gb.openssl/src/c_signature.c
- + gb.openssl/src/c_signature.h
- gb.openssl/src/main.c


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/7723d9a4ac2c32cec24967b5bdb837e1429d14b6...2b82c441240a53523e36deaae0661c004e7ede6b

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/7723d9a4ac2c32cec24967b5bdb837e1429d14b6...2b82c441240a53523e36deaae0661c004e7ede6b
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help