index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
s_apps.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2003-04-29
Some variables were uninitialised...
Richard Levitte
1
-1
/
+1
2003-04-29
Correct documentation. sk_find_ex() doesn't return a pointer, it
Richard Levitte
1
-0
/
+7
2003-04-29
Add an extended variant of sk_find() which returns a non-NULL pointer
Richard Levitte
4
-13
/
+93
2003-04-29
Add an extended variant of OBJ_bsearch() that can be given a few
Richard Levitte
3
-9
/
+48
2003-04-22
fix typo
Bodo Möller
1
-2
/
+2
2003-04-22
Make it possible to affect the extension of man pages.
Richard Levitte
2
-12
/
+8
2003-04-16
Memory leak fix: RSA_blinding_on() didn't free Ai under certain circumstances.
Richard Levitte
2
-8
/
+11
2003-04-15
Memory leak fix: local blinding structure not freed in rsa_eay_private_decrypt()
Richard Levitte
1
-0
/
+2
2003-04-11
include 'Changes between 0.9.6i and 0.9.6j'
Bodo Möller
1
-0
/
+25
2003-04-10
Add the 0.9.6j news.
Richard Levitte
1
-0
/
+7
2003-04-10
make update
Richard Levitte
6
-63
/
+33
2003-04-10
New NEWS
Richard Levitte
1
-0
/
+11
2003-04-10
Remove all those infernal stupid CR characters
Richard Levitte
1
-288
/
+288
2003-04-10
There's a problem building shared libraries on the sco5-gcc target. However,
Richard Levitte
1
-0
/
+31
2003-04-10
Explicitely tell the compiler we're mips3 for the target irix-mips3-cc.
Richard Levitte
1
-1
/
+1
2003-04-10
Typo.
Dr. Stephen Henson
1
-1
/
+1
2003-04-08
Include rand.h, so RAND_status() and friends get properly declared.
Richard Levitte
1
-0
/
+1
2003-04-08
Correct a few typos.
Richard Levitte
1
-10
/
+49
2003-04-08
A single quote too many.
Richard Levitte
1
-2
/
+2
2003-04-08
I forgot to continuation mark.
Richard Levitte
1
-2
/
+2
2003-04-08
It seems like OpenUnix's ld uses LD_LIBRARY_PATH to search for
Richard Levitte
1
-5
/
+12
2003-04-08
Fix ordering of compare functions: strncmp() must be used first, a
Lutz Jänicke
1
-3
/
+4
2003-04-08
We seem to carry some rests of the 0.9.6 [engine] ENGINE framework, here in
Richard Levitte
1
-13
/
+0
2003-04-08
We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in form
Richard Levitte
8
-25
/
+0
2003-04-07
RSA_FLAG_SIGN_VER indicates the special rsa_sign and rsa_verify function
Richard Levitte
1
-8
/
+16
2003-04-07
What was I smoking? EVP_PKEY_cmp() should return with 0 if
Richard Levitte
1
-8
/
+2
2003-04-07
Correct a typo.
Richard Levitte
1
-1
/
+10
2003-04-06
Constify
Richard Levitte
2
-8
/
+8
2003-04-05
Do not call ENGINE_setup_bsd_cryptodev() when OPENSSL_NO_ENGINE is defined.
Richard Levitte
1
-1
/
+3
2003-04-04
Convert save_serial() to work like save_index(), and add a
Richard Levitte
4
-48
/
+103
2003-04-04
Add documentation on the added functionality in 'openssl ca'.
Richard Levitte
2
-0
/
+26
2003-04-04
make update
Richard Levitte
1
-0
/
+2
2003-04-04
There's no need to check for __attribute__ with ANSI functions, since
Richard Levitte
1
-1
/
+1
2003-04-04
Correct a lot of printing calls. Remove extra arguments...
Richard Levitte
15
-36
/
+36
2003-04-04
Make %p and %# work properly, at least with pointers and floats.
Richard Levitte
1
-4
/
+15
2003-04-04
Add GCC attributes when compiled with gcc. This helps find out if
Richard Levitte
1
-4
/
+11
2003-04-04
Counter for GCC attributes.
Richard Levitte
2
-12
/
+12
2003-04-04
One more debug line to conditionalise.
Richard Levitte
1
-0
/
+2
2003-04-04
Add a CA section, to make sure the test will work with the changes in
Richard Levitte
1
-0
/
+49
2003-04-04
Implement self-signing in 'openssl ca'. This makes it easier to have
Richard Levitte
5
-44
/
+88
2003-04-04
Add functionality to help making self-signed certificate.
Richard Levitte
7
-45
/
+116
2003-04-04
It's recommended to use req rather than x509 to create self-signed certificates
Richard Levitte
1
-6
/
+4
2003-04-03
Typo correction
Richard Levitte
1
-1
/
+1
2003-04-03
Don't try to free NULL values...
Richard Levitte
1
-2
/
+5
2003-04-03
Reindent for readability.
Richard Levitte
1
-86
/
+104
2003-04-03
Remove unused variable.
Richard Levitte
1
-1
/
+0
2003-04-03
Reset the version number of the issuer certificate? I believe this
Richard Levitte
1
-1
/
+1
2003-04-03
Conditionalise all debug strings.
Richard Levitte
2
-0
/
+18
2003-04-03
Make it possible to have multiple active certificates with the same
Richard Levitte
7
-448
/
+585
2003-04-02
make RSA blinding thread-safe
Bodo Möller
4
-12
/
+124
[next]