Sign in
flutter
/
third_party
/
openssl
/
5b00115ab0d1e19f374a8feb20e003514e03a7cb
5b00115
Fix export tests.
by Ben Laurie
· 26 years ago
f8c3c05
Make the world a safer place (if people object to this kind of change, speak up
by Ben Laurie
· 26 years ago
384c479
Oops! update CHANGES file properly.
by Dr. Stephen Henson
· 26 years ago
ad65ce7
Fix things so DH_free() will be no-op when passed NULL, like RSA_free() and
by Dr. Stephen Henson
· 26 years ago
e416ad9
Free the right thing.
by Ben Laurie
· 26 years ago
4a18cdd
Only free if it ain't NULL.
by Ben Laurie
· 26 years ago
bb65e20
Remove the bugfix that was really a bug.
by Ben Laurie
· 26 years ago
b5e406f
Pass on BIO_CTRL_FLUSH. Submitted by: Arne Ansper <arne@ats.cyber.ee>
by Ben Laurie
· 26 years ago
8880071
The dir is named util/ and better to explicitly call the
by Paul C. Sutton
· 26 years ago
10061c7
More EVP_PKEY patches for new functionality.
by Dr. Stephen Henson
· 26 years ago
cb0f35d
Make sure the already existing X509_STORE->depth variable is initialized
by Ralf S. Engelschall
· 26 years ago
8a8d8ed
The dir is named util/ and better to explicitly call the
by Ralf S. Engelschall
· 26 years ago
4c7b481
More .cvsignore stuff to make CVS quiet on our generated files.
by Ralf S. Engelschall
· 26 years ago
098fc2c
Remove one EVP_PKEY_free() that shouldn't be there.
by Dr. Stephen Henson
· 26 years ago
cfcf645
Make sure applications free up pkey structures and add netscape extension
by Dr. Stephen Henson
· 26 years ago
cdbb8c2
Fix reference counting.
by Ben Laurie
· 26 years ago
c2245b6
Don't confuse matters by using the wrong library.
by Ben Laurie
· 26 years ago
288370e
Fix tests for ssleay -> openssl.
by Ben Laurie
· 26 years ago
2ec077d
A few train of thoughts about the build procedure mess
by Ralf S. Engelschall
· 26 years ago
c142bdf
Update scripts to use "openssl" instead of "ssleay"
by Paul C. Sutton
· 26 years ago
c9f06e7
Reflect change from "ssleay" to "openssl" as the main binary name.
by Paul C. Sutton
· 26 years ago
724e095
Various ssleay to openssl fixups
by Paul C. Sutton
· 26 years ago
794b9c8
Binary is now apps/openssl not apps/ssleay so use the new name when
by Paul C. Sutton
· 26 years ago
251f25e
A couple more ssleay.cnf to openssl.cnf changes
by Paul C. Sutton
· 26 years ago
e170a5c
Some more changes for renaming the binary from ssleay to openssl.
by Paul C. Sutton
· 26 years ago
06d5b16
First cut of a cleanup for apps/. First the `ssleay' program is now named
by Ralf S. Engelschall
· 26 years ago
0491b70
Make GCC happy by removing an unused variable defintion.
by Ralf S. Engelschall
· 26 years ago
c35f549
Move DSA test in ca.c inside #ifdef and make pubkey BIT STRING always have
by Dr. Stephen Henson
· 26 years ago
ebc828c
Add extended key usage OID and update STATUS file.
by Dr. Stephen Henson
· 26 years ago
96e479e
cleanup of apps/ and an answer
by Ralf S. Engelschall
· 26 years ago
a472dde
ssldir.pl did not correctly set the directory in utils/mk1mk.pl when
by Paul C. Sutton
· 26 years ago
68a8a41
Add votes
by Paul C. Sutton
· 26 years ago
79e259e
Make the installation documentation easier to follow.
by Paul C. Sutton
· 26 years ago
56ee311
Makefiles updated to exit if an error occurs in a sub-directory make
by Paul C. Sutton
· 26 years ago
8f3e97b
This is a quick hack conversion of the 'CA.sh' script to perl. It fixes one
by stephen
· 26 years ago
f7ceceb
Remove more old temporary files from CVS
by Ralf S. Engelschall
· 26 years ago
6063b27
Document recent changes.
by Ben Laurie
· 26 years ago
c77f1b3
Fix name delete problem.
by Ben Laurie
· 26 years ago
c54b4ee
Fix pem/err ordering.
by Ben Laurie
· 26 years ago
c1374a7
A hint about the license
by Ralf S. Engelschall
· 26 years ago
a6f20a1
Some issues for voting
by Ralf S. Engelschall
· 26 years ago
9f28c57
More structuring and sorting of the SSL API documentation.
by Ralf S. Engelschall
· 26 years ago
fcc6c71
Puhhh... now we've documented the prototypes of all 214 API "functions". This
by Ralf S. Engelschall
· 26 years ago
9cb0969
Fix version stuff:
by Ralf S. Engelschall
· 26 years ago
792a900
Update CHANGES file for latest additions
by stephen
· 26 years ago
e9b8eb3
Fix for sk_insert bug: it never worked properly.
by stephen
· 26 years ago
88fce97
MIME encoding and ISO chars at the same time messes up the stuff
by Ralf S. Engelschall
· 26 years ago
ce72df1
Ops, forgot to commit the changes entry in recent commit...
by Ralf S. Engelschall
· 26 years ago
db18421
Cleanup of doc/ directory: The old/obsolete SSLeay files are now assembled
by Ralf S. Engelschall
· 26 years ago
0c106d7
fix pk7_doit.c for new i2d_ASN1_SET argument
by stephen
· 26 years ago
d97b4dd
external error lib number now global and allow error lib to have a name
by stephen
· 26 years ago
75b8dfc
Create a STATUS file to coordinate us. Feel free to edit
by Ralf S. Engelschall
· 26 years ago
1b45599
Replace AUTHOR with a better HISTORY as in FreeBSD's manpages
by Ralf S. Engelschall
· 26 years ago
9b21f59
Fix an error message
by Ralf S. Engelschall
· 26 years ago
4098e89
Fix incorrect DER encoding of SETs and all knock-ons from that.
by Ben Laurie
· 26 years ago
03f8b04
Add prototypes. Make Montgomery stuff explicitly for that purpose.
by Ben Laurie
· 26 years ago
cb49608
Import the first cut for manual pages.
by Ralf S. Engelschall
· 26 years ago
f2d4be3
Make Configure work again after eliminating files.
by Ben Laurie
· 26 years ago
8d7ed6f
Deal with generated files.
by Ben Laurie
· 26 years ago
29c7896
This is not a bug in NT Perl, its a bug in Configure.
by Ben Laurie
· 26 years ago
448cb8b
Require Perl 5.
by Ben Laurie
· 26 years ago
11ee069
Fix option listing.
by Ben Laurie
· 26 years ago
9228157
Typo.
by Ben Laurie
· 26 years ago
5dcdcd4
Autodetect FreeBSD 3.
by Ben Laurie
· 26 years ago
1641cb6
Add strictness, fix variable substition bugs.
by Ben Laurie
· 26 years ago
bb258c1
Test remote CVS commit...
by Ralf S. Engelschall
· 26 years ago
ae82b46
Test for new CVS repository
by Ralf S. Engelschall
· 26 years ago
320a14c
*** empty log message ***
by Ralf S. Engelschall
· 26 years ago
f10a5c2
*** empty log message ***
by Ralf S. Engelschall
· 26 years ago
9ce5db4
*** empty log message ***
by Ralf S. Engelschall
· 26 years ago
457c8a3
Add include dir
by Ralf S. Engelschall
· 26 years ago
5f32680
Switch version string to SSLeay/OpenSSL
by Ralf S. Engelschall
· 26 years ago
9acc2aa
*** empty log message ***
by Ralf S. Engelschall
· 26 years ago
f1c236f
Switch to OpenSSL name
by Ralf S. Engelschall
· 26 years ago
f92e687
Fix unused variable warning of GCC
by Ralf S. Engelschall
· 26 years ago
305f402
*** empty log message ***
by Ralf S. Engelschall
· 26 years ago
c537fb0
OpenTLS ready
by Ralf S. Engelschall
· 26 years ago
13e91dd
Incorporation of RSEs assembled patches
by Ralf S. Engelschall
· 26 years ago
8c6c8d8
*** empty log message ***
by Ralf S. Engelschall
· 26 years ago
651d0af
Various cleanups and fixed by Marc and Ralf to start the OpenTLS project
by Ralf S. Engelschall
· 26 years ago
31b8d86
This commit was generated by cvs2svn to track changes on a CVS vendor branch.
by Ralf S. Engelschall
· 26 years ago
dfeab06
Import of old SSLeay release: SSLeay 0.9.1b (unreleased)
by Ralf S. Engelschall
· 26 years ago
7dfb0b7
This commit was generated by cvs2svn to track changes on a CVS vendor branch.
by Ralf S. Engelschall
· 26 years ago
15403de
Import of old SSLeay release: SSLeay 0.9.1b (unreleased)
by Ralf S. Engelschall
· 26 years ago
58964a4
Import of old SSLeay release: SSLeay 0.9.0b
by Ralf S. Engelschall
· 26 years ago
78414a6
This commit was generated by cvs2svn to track changes on a CVS vendor branch.
by Ralf S. Engelschall
· 26 years ago
c7e9169
Import of old SSLeay release: SSLeay 0.9.0b
by Ralf S. Engelschall
· 26 years ago
eda1f21
This commit was generated by cvs2svn to track changes on a CVS vendor branch.
by Ralf S. Engelschall
· 26 years ago
d02b48c
Import of old SSLeay release: SSLeay 0.8.1b
by Ralf S. Engelschall
· 26 years ago
b7896b3
This commit was generated by cvs2svn to track changes on a CVS vendor branch.
by Ralf S. Engelschall
· 26 years ago
ec96f92
Import of old SSLeay release: SSLeay 0.8.1b
by Ralf S. Engelschall
· 26 years ago
90718ac
This commit was generated by cvs2svn to track changes on a CVS vendor branch.
by Ralf S. Engelschall
· 26 years ago