tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.bin
/
openssl
/
at
trash-bin2
58 files
Makefile
Hook openssl(1) cms back up.
6 years ago
apps.c
Implement openssl pkey -{,pub}check and pkeyparam -check
4 years ago
apps.h
Implement openssl pkey -{,pub}check and pkeyparam -check
4 years ago
apps_posix.c
openssl app timers: TM_START -> TM_RESET, TM_STOP -> TM_GET
7 years ago
asn1pars.c
zap some stray whitespace
4 years ago
ca.c
Use X509_*get0_pubkey() wherever possible to simplify and clean up the code. Also add error checking where possible.
4 years ago
certhash.c
Add a length check before NUL-terminating target. From Jonas Termansen.
4 years ago
ciphers.c
Mark the initialized struct options arrays as both static and const. This moves them from .data to .data.rel.ro
6 years ago
cms.c
openssl cms: avoid NULL derefs on option parsing
4 years ago
crl.c
Various minor adjustments to make openssl(1) compile with opaque structs in X509.
4 years ago
crl2p7.c
Mark the initialized struct options arrays as both static and const. This moves them from .data to .data.rel.ro
6 years ago
dgst.c
openssl(1) dgst: fix build after clones removal
4 years ago
dh.c
Convert openssl(1) dh.c to opaque DH
4 years ago
dhparam.c
Convert openssl(1) dhparam to opaque DH
4 years ago
dsa.c
Convert openssl(1) dsa.c to opaque DSA
4 years ago
dsaparam.c
Convert openssl(1) dsaparam to opaque dsa
4 years ago
ec.c
Mark the initialized struct options arrays as both static and const. This moves them from .data to .data.rel.ro
6 years ago
ecparam.c
Replace unnecessary calls to EC_GROUP_get_curve_GF{p,2m}() with EC_GROUP_get_curve() and remove no longer needed prototypes.
5 years ago
enc.c
Simple conversion to opaque EVP_CIPHER.
4 years ago
errstr.c
Mark the initialized struct options arrays as both static and const. This moves them from .data to .data.rel.ro
6 years ago
gendh.c
Convert openssl(1) to using BN_GENCB on the heap
4 years ago
gendsa.c
Convert openssl(1) gendsa.c to opaque DSA
4 years ago
genpkey.c
Mark the initialized struct options arrays as both static and const. This moves them from .data to .data.rel.ro
6 years ago
genrsa.c
openssl(1) genrsa: simplify access to rsa->e
4 years ago
nseq.c
Mark the initialized struct options arrays as both static and const. This moves them from .data to .data.rel.ro
6 years ago
ocsp.c
Make sure an OCSP query sends a host header
5 years ago
openssl.1
man pages: add missing commas between subordinate and main clauses
4 years ago
openssl.c
Hook openssl(1) cms back up.
6 years ago
passwd.c
Convert passwd.c to opaque EVP_MD_CTX and add a bit of error checking.
4 years ago
pkcs12.c
Fix comparison in openssl(1) pkcs12
4 years ago
pkcs7.c
Mark the initialized struct options arrays as both static and const. This moves them from .data to .data.rel.ro
6 years ago
pkcs8.c
Mark the initialized struct options arrays as both static and const. This moves them from .data to .data.rel.ro
6 years ago
pkey.c
Enable openssl pkey -{,pub}check and pkeyparam -check
4 years ago
pkeyparam.c
Enable openssl pkey -{,pub}check and pkeyparam -check
4 years ago
pkeyutl.c
Mark the initialized struct options arrays as both static and const. This moves them from .data to .data.rel.ro
6 years ago
prime.c
Mark the initialized struct options arrays as both static and const. This moves them from .data to .data.rel.ro
6 years ago
progs.h
Hook openssl(1) cms back up.
6 years ago
rand.c
Mark the initialized struct options arrays as both static and const. This moves them from .data to .data.rel.ro
6 years ago
req.c
Use X509_*get0_pubkey() wherever possible to simplify and clean up the code. Also add error checking where possible.
4 years ago
rsa.c
Convert openssl(1) rsa.c for opaque RSA
4 years ago
rsautl.c
Mark the initialized struct options arrays as both static and const. This moves them from .data to .data.rel.ro
6 years ago
s_apps.h
Clean up a bunch of dead code in s_server.c and s_socket.c
4 years ago
s_cb.c
Unindent and unwrap lines. Pull up a NULL check. No functional change.
4 years ago
s_client.c
Use X509_*get0_pubkey() wherever possible to simplify and clean up the code. Also add error checking where possible.
4 years ago
s_server.c
Clean up a bunch of dead code in s_server.c and s_socket.c
4 years ago
s_socket.c
Clean up a bunch of dead code in s_server.c and s_socket.c
4 years ago
s_time.c
Mark the initialized struct options arrays as both static and const. This moves them from .data to .data.rel.ro
6 years ago
sess_id.c
Mark the initialized struct options arrays as both static and const. This moves them from .data to .data.rel.ro
6 years ago
smime.c
Avoid memory leak in error path with openssl(1) smime
4 years ago
speed.c
Convert openssl(1) speed for opaque EVP_AEAD_CTX
4 years ago
spkac.c
Mark the initialized struct options arrays as both static and const. This moves them from .data to .data.rel.ro
6 years ago
testdsa.h
Unbreak tree. Sorry about that.
4 years ago
testrsa.h
Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not a system/superuser binary. At the same time, move the source code from its current lib/libssl/src/apps location to a more appropriate home under usr.bin/openssl.
11 years ago
timeouts.h
Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not a system/superuser binary. At the same time, move the source code from its current lib/libssl/src/apps location to a more appropriate home under usr.bin/openssl.
11 years ago
ts.c
Check EVP_Digest* functions return value in openssl(1) ts
4 years ago
verify.c
Only print the certificate file once on verifification failure.
5 years ago
version.c
Mark the initialized struct options arrays as both static and const. This moves them from .data to .data.rel.ro
6 years ago
x509.c
A few more simplifications using get0_pubkey instead of get_pubkey + free.
4 years ago