https://github.com/openssl/openssl

sort by:
Revision Author Date Message Commit Date
da867a5 Time to build the beta of the engine branch. Change version number texts accordingly. 11 September 2000, 13:28:35 UTC
25814b9 Merge of main trunk, no conflicts this time. make update 11 September 2000, 13:23:47 UTC
0fc7c50 Merge of main trunk, no conflicts this time 11 September 2000, 10:18:56 UTC
166e1f3 This commit was manufactured by cvs2svn to create branch 'BRANCH_engine'. 11 September 2000, 01:04:10 UTC
b1ccd57 Docs for cipher and base64 BIOs. 11 September 2000, 01:04:09 UTC
5fd0cd9 More new BIO docs, correct some old ones. 10 September 2000, 17:36:15 UTC
97d8e82 Marin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent us patches to make the OpenSSL commands x50 and req work better on a EBCDIC system. 10 September 2000, 14:45:19 UTC
d7b9c76 More preliminary BIO docs... Incomplete and possibly inaccurate. Hope somone is checking these :-) 10 September 2000, 01:52:26 UTC
ef413a7 Merge of main trunk, no conflicts this time 09 September 2000, 18:10:35 UTC
0baed24 More VMS synchronisation 09 September 2000, 18:05:27 UTC
dcd4d34 Since C compilers on VMS (perhaps with gcc being the great exception) do not quite follow the same rules as on Unix, we need to use the FLAT_INC tweak to include the vendor-specific header files. 09 September 2000, 07:14:43 UTC
61b337b Synchronise VMS with Unix. 09 September 2000, 07:07:54 UTC
06b71ae Merge of main trunk, no conflicts this time 09 September 2000, 07:03:02 UTC
4f7068c Fix some CygWin problems. 09 September 2000, 04:45:18 UTC
527cc98 This commit was manufactured by cvs2svn to create branch 'BRANCH_engine'. 09 September 2000, 01:01:36 UTC
b144a5e Really add BIO_read this time... 09 September 2000, 01:01:35 UTC
c5a3b7e Add BIO_read() (etc.) docs. Add an ASN1 FAQ because I'm sick of answering it :-) 09 September 2000, 00:59:37 UTC
a652ffc Clarify how one should behave when make fails. The fault is not necessarely ours. 08 September 2000, 22:19:27 UTC
eec79f9 Synchronise the VMS build with the Unix one. 08 September 2000, 20:25:49 UTC
a1b15ac Two places where I forgot to change vms_idhacks to symhacks. 08 September 2000, 06:28:09 UTC
709e859 Update verify docs. New option to verify program to print out diagnostics. 08 September 2000, 00:53:58 UTC
84b6534 Two new PKCS#12 demo programs. Update PKCS12_parse(). Make the keyid in certificate aux info more usable. 07 September 2000, 23:14:26 UTC
f50c11c Ugh, BIO_find_type() cannot be passed a NULL. Fix doc example, and fix BIO_find_type(). Fix PKCS7_verify(). It was using 'i' for both the loop variable and the verify return value. 07 September 2000, 17:42:25 UTC
6901ba7 Fix a little glitch before I forget about it. (I noticed it while reading through the diff from Richard's last commit.) 07 September 2000, 17:09:05 UTC
ab13064 Integrate engine in most utilities. Now really tested yet. 07 September 2000, 16:19:27 UTC
cfd3bb1 Add docs for BIO_find_type() and friends. Added function BIO_next() otherwise you can't traverse a chain without accessing BIO internals. 07 September 2000, 13:04:27 UTC
192295a Merge main trunk to engine branch, all conflicts resolved. 07 September 2000, 10:59:04 UTC
62ab514 'make update' 07 September 2000, 08:46:51 UTC
724f969 *.num rewitten to include the extra information. 07 September 2000, 08:44:13 UTC
948d012 Major hack of mkdef.pl. There should be no more need to redo the process when some symbols are missing. Instead, all needed info is saved in the .num files, including what conditions are needed for a specific symbol to exist. This was needed for the work I'm doing with shared libraries under VMS. 07 September 2000, 08:43:08 UTC
7dfded5 This commit was manufactured by cvs2svn to create branch 'BRANCH_engine'. 07 September 2000, 08:18:06 UTC
9fc2570 It's not just VMS that needs some symbols to be hacked. Let's centralise those hacks in crypto/symhacks.h and use it everywhere it's needed. 07 September 2000, 08:18:05 UTC
79d2eb6 Another thing I'm working on. 07 September 2000, 08:14:46 UTC
1974a58 clarification (source/sink BIOs are usually *both* source and sink) 07 September 2000, 08:07:55 UTC
827dbcb Change the printing mahine used by BIO_printf() and friends so it can handle an externally provided "static" buffer as well a a dynamic buffer. The "static" buffer is filled first, but if overflowed, the dynamic buffer is used instead, being allocated somewhere i the heap. This combines the benefits of putting the output in a preallocated buffer (on the stack, for example) and in a buffer that grows somewhere in the heap. 07 September 2000, 05:50:14 UTC
47770c4 Some BIO docs, incomplete, more to follow. Hmmm I didn't realise BIO_pop() did that: isn't source wonderful? 07 September 2000, 00:22:31 UTC
7228920 Use name ...-whatever-solaris2 instead of ...-sun-solaris2 (the middle string describes the architecture). 06 September 2000, 17:09:58 UTC
61f175f Get rid of ASN1_UTCTIME_get, which cannot work with time_t return type (on platforms where time_t is a 32 bit value). New function ASN1_UTCTIME_cmp_time_t as a replacement for use in apps/x509.c. 06 September 2000, 15:40:52 UTC
26b0d15 See RSA Security's press release at http://www.rsasecurity.com/news/pr/000906-1.html (September 6, 2000): "RSA Security Releases RSA Encryption Algorithm into Public Domain" 06 September 2000, 14:55:11 UTC
15387be Another superfluous pair of parentheses. 06 September 2000, 14:34:32 UTC
f684090 Another round of indentation changes: Position braces consistently, add some whitespace for 'if ()', 'for ()', 'while ()' to distinguish keywords from function names, and finally remove parens around return values (why be stingy with whitespace but fill the source code with an abundance of parentheses that are not needed to structure expressions for readability?). 06 September 2000, 14:14:20 UTC
b7c190d More indentation consistency: for (), while (), if (), return () usually get a space between keyword and opening paranthesis so that they don't look like function calls, where no space is used. 06 September 2000, 13:31:44 UTC
82aec1c Fix X509_STORE_CTX_init. Make indentation more consistent. Dump core less often. 06 September 2000, 13:24:10 UTC
75cb225 'make update' 06 September 2000, 12:34:10 UTC
36124b1 Changes for QNX: there is no thread support, and the previous configuration only worked with no-asm. 06 September 2000, 12:25:58 UTC
1af407e typo 06 September 2000, 12:18:24 UTC
2b40660 Add OAEP. Seed the PRNG. 06 September 2000, 11:49:43 UTC
f5882ce update 06 September 2000, 10:50:33 UTC
3441773 Add rsautl. 06 September 2000, 07:58:27 UTC
b894b13 Clarification for SSL_ERROR_ZERO_RETURN 06 September 2000, 07:56:03 UTC
bbb7200 Fix typo in rsautl. Add support for settable verify time in X509_verify_cert(). Document rsautl utility. 05 September 2000, 22:30:38 UTC
4af6e24 Ignore executable. 05 September 2000, 18:56:55 UTC
f3f53c8 Handle WANT_READ more correctly (thanks to Bodo). 05 September 2000, 18:47:57 UTC
2f04389 *BIG* verify code reorganisation. The old code was painfully primitive and couldn't handle distinct certificates using the same subject name. The new code performs several tests on a candidate issuer certificate based on certificate extensions. It also adds several callbacks to X509_VERIFY_CTX so its behaviour can be customised. Unfortunately some hackery was needed to persuade X509_STORE to tolerate this. This should go away when X509_STORE is replaced, sometime... This must have broken something though :-( 05 September 2000, 17:53:58 UTC
29eb7d9 Distinguish between assertions and conditions that should cause death. 05 September 2000, 17:06:45 UTC
34216c0 Keep a not of original encoding in certificate requests. Add new option to PKCS7_sign to exclude S/MIME capabilities. 05 September 2000, 13:27:57 UTC
22c7ea4 Mention fix in bio_lib.c. 05 September 2000, 12:46:10 UTC
29dc25e Increase print buffer (10K instead of just 2K). 05 September 2000, 12:43:39 UTC
0572abb Ignore Makefile.save 05 September 2000, 12:42:05 UTC
7d95ff7 Remove silly test for b->references at the end of BIO_write: If some other thread deletes the BIO that one thread needs for BIO_write, then there's a lot of trouble anyway; there's nothing special about calling the callback. 05 September 2000, 12:35:00 UTC
affadbe Consistency 04 September 2000, 15:47:17 UTC
397bd09 Use consistent indentation, 04 September 2000, 15:38:02 UTC
bbb8de0 Avoid abort() throughout the library, except when preprocessor symbols for debugging are defined. 04 September 2000, 15:34:43 UTC
5e38616 Fix for BN_mul_word(a, 0). 04 September 2000, 15:30:14 UTC
54705b3 -Wall insists that main return an int. 04 September 2000, 15:29:06 UTC
4ed601b Include MD4 in documentation. 04 September 2000, 15:28:21 UTC
04a3ae5 Tell CVS to ignore 'lib'. 04 September 2000, 15:27:47 UTC
bd08a2b Add 'rsautl' low level RSA utility. Add DER public key routines. Add -passin argument to 'ca' utility. Document sign and verify options to dgst. 03 September 2000, 23:13:48 UTC
55ac522 Undo change from 1.7 to 1.8: Returning -1 for an attempt to read from an empty buffer is empty is not an error that should be signalled via the error queue, it's a 'retry read' condition and is signalled as such. 01 September 2000, 12:29:14 UTC
ccc265e Use C syntax, not FORTRAN or whatever that was :-) 01 September 2000, 10:40:37 UTC
a545c6f QNX 4 support. 01 September 2000, 09:54:25 UTC
5b774c6 -N option to diff is not essential, and mentioning it is unnecessarily confusing to people whose diff doesn't implement it. 01 September 2000, 09:42:17 UTC
7049ef5 Add demo state machine. 30 August 2000, 18:14:28 UTC
7df1c72 Fix typo in i2d_ASN1_ENUMERATED Fix bug in read only memory BIOs so BIO_reset() works. Add sign and verify options to dgst utility, need to update docs. 30 August 2000, 16:14:29 UTC
b3756cf Diagnose EOF on memory BIOs (or you just get mysterious errors with no error message). 28 August 2000, 12:54:18 UTC
065866b Use the passed buffer in ERR_error_string! 28 August 2000, 10:57:01 UTC
dcb1ef5 Change PKCS#7 test data to take account of removal of indefinite length encoding. 25 August 2000, 01:29:41 UTC
d428bf8 New option to CA.pl to sign request using CA extensions. This allows intermediate CAs to be created more easily. PKCS12_create() now checks private key matches certificate. Fix typo in x509 app. Update docs. New function ASN1_STRING_to_UTF8() converts any ASN1_STRING type to UTF8. 24 August 2000, 23:24:18 UTC
d096b52 Add support for 'other' PKCS#7 content types. 22 August 2000, 22:20:25 UTC
c9b5169 max -> dmax in bn_check_top. 22 August 2000, 21:23:09 UTC
cae0ae2 Fix ASN1_INTEGER_to_BN properly this time... 22 August 2000, 16:06:24 UTC
469938c Fixes to d2i_ASN1_OBJECT, ASN1_INTEGER_to_BN and a_strex.c 22 August 2000, 12:54:21 UTC
eaa2818 Various fixes... initialize ex_pathlen to -1 so it isn't checked if pathlen is not present. set ucert to NULL in apps/pkcs12.c otherwise it gets freed twice. remove extraneous '\r' in MIME encoder. Allow a NULL to be passed to X509_gmtime_adj() Make PKCS#7 code use definite length encoding rather then the indefinite stuff it used previously. 21 August 2000, 22:02:23 UTC
622ec44 Added OIDs from RFC 2247, 1155, and a few from 1700 19 August 2000, 08:47:59 UTC
bb531a0 Assar wanted an address change. 18 August 2000, 09:50:41 UTC
e662983 Added BIO_vprintf() and BIO_vsnprintf(). The former because I've found myself needing it a number of times, the latter for completeness. 18 August 2000, 09:36:59 UTC
97a377b NULL is not an integer... 18 August 2000, 09:30:31 UTC
6fd5a04 Document the added diversity to the possible log levels. 17 August 2000, 23:27:03 UTC
0f4e213 Add more diversity to the possible log levels. Now we have full coverage for all syslog level. 17 August 2000, 23:15:53 UTC
d03e0f3 Added md4 to the VMS compilation 17 August 2000, 22:43:31 UTC
12dc462 make update 17 August 2000, 22:39:03 UTC
967f4ca New option 'ctestall' for mkdef.pl, that makes it not only generate existing functions, but really all functions that exist in libeay.num and ssleay.num. This is a good check on how much we should actually clean up the number files. 17 August 2000, 21:26:22 UTC
368f855 Document the reconfiguratoin option for Configure. 17 August 2000, 10:25:46 UTC
c59cb51 Allow reconfiguration. This can be useful if some source update requires that you configure again, but you don't want to reenter all those configuration arguments again. 17 August 2000, 10:23:45 UTC
fa1194d Correct the title. This also fooled the automatic documentation builder that this was actually the pkcs7 document... 15 August 2000, 17:35:10 UTC
25b93b9 IBMcxx complains that maxmem is as low as 2048 for certain modules (like all the digests). Setting maxmem to 16K seems to give the compiler enough space to do all the optimization it wants. 14 August 2000, 17:00:36 UTC
b98ebe0 I forgot this file that Assar provided as well... 14 August 2000, 14:20:52 UTC
3009458 MD4 implemented. Assar Westerlund provided the digest code itself and the test utility, I added the bits to get a EVP interface, the command line utility and the speed test 14 August 2000, 14:05:53 UTC
5ce42a7 Memory leaks fix. It now looks like all memory leaks, at least around building complete chains, are gone. 11 August 2000, 22:50:08 UTC
9ee1c83 Memory leaks fix. There seems to be more in other parts of OpenSSL... 11 August 2000, 21:41:08 UTC
back to top