index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Configure
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use new-style system-id macros everywhere possible. I hope I haven't
Richard Levitte
2001-02-20
1
-1
/
+0
*
I'm sick of the warnings about long long...
Richard Levitte
2001-02-20
1
-2
/
+2
*
Temporary fix for build break.
Ulf Möller
2001-02-20
1
-0
/
+1
*
Make all configuration macros available for application by making
Richard Levitte
2001-02-19
1
-161
/
+173
*
An obvious but hard-to-see cut'n'paste error corrected.
Richard Levitte
2001-02-19
1
-2
/
+1
*
Update of linux-ppc. Contributed by MATSUURA Takanori
Richard Levitte
2001-02-13
1
-1
/
+2
*
add linux-s390 configuration (based on information submitted by
Bodo Möller
2001-02-09
1
-0
/
+1
*
BN assembler is no longer option on x86.
Ben Laurie
2001-02-04
1
-1
/
+1
*
Add debugging info to new ASN1 code to trace memory leaks.
Dr. Stephen Henson
2001-01-24
1
-1
/
+1
*
Definition of NO_KRB5 in ssl.h for external applications.
Ulf Möller
2001-01-22
1
-0
/
+1
*
Add configuration for GNU Hurd.
Richard Levitte
2001-01-11
1
-0
/
+3
*
Temporary measure: if no KRB5 is defined, add "no-krb5" to the
Richard Levitte
2000-12-31
1
-0
/
+1
*
When using -pedantic, it's a good thing to define PEDANTIC as well.
Richard Levitte
2000-12-13
1
-2
/
+3
*
Recognise Darwin as well. For now, have it do exactly the same thing as for ...
Richard Levitte
2000-12-01
1
-1
/
+2
*
First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...
Richard Levitte
2000-11-30
1
-1
/
+58
*
I might want to debug the assembler modules...
Richard Levitte
2000-11-18
1
-1
/
+1
*
Update my own debugging configuration entry
Richard Levitte
2000-11-12
1
-1
/
+1
*
Remove references to RSAref. The glue library is but a memory to fade
Richard Levitte
2000-11-08
1
-5
/
+4
*
Lutz tells me HP cc uses the same syntax for flags that should be
Richard Levitte
2000-11-07
1
-7
/
+7
*
shl_load() also needs to load along a path given through an
Richard Levitte
2000-11-07
1
-12
/
+12
*
Add support for shared libraries under Irix.
Richard Levitte
2000-11-01
1
-6
/
+6
*
Rename true64 to the correct tru64.
Richard Levitte
2000-11-01
1
-3
/
+3
*
Add configuration option to build on Linux on both big-endian and
Richard Levitte
2000-11-01
1
-1
/
+2
*
Merge the engine branch into the main trunk. All conflicts resolved.
Richard Levitte
2000-10-26
1
-1
/
+18
*
FreeBSD-elf can do threads. However, there seems to be confusion if
Richard Levitte
2000-10-22
1
-1
/
+1
*
Add what's needed to get shared libraries on HP-UX.
Richard Levitte
2000-10-21
1
-16
/
+25
*
Even when you don't want to create shared libraries, it's a good idea
Richard Levitte
2000-10-13
1
-1
/
+1
*
Rework the system to generate shared libraries:
Richard Levitte
2000-10-13
1
-44
/
+48
*
Make sure that shareable libraries are turned off if we don't know how
Richard Levitte
2000-10-09
1
-0
/
+4
*
Linux on Alpha with gcc knows about shared libraries.
Richard Levitte
2000-10-08
1
-2
/
+2
*
Kris Kennaway <kris@FreeBSD.org> tells us that FreeBSD/Alpha shouldn't
Richard Levitte
2000-09-22
1
-1
/
+1
*
Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>
Richard Levitte
2000-09-21
1
-0
/
+3
*
HP-UX 64-bit has dlfcn, so let's use that instead of the old dl.
Richard Levitte
2000-09-18
1
-2
/
+2
*
Typo in the added hpux targets. -ldl should be -ldld.
Richard Levitte
2000-09-18
1
-4
/
+4
*
A patch from HP for better performance.
Richard Levitte
2000-09-17
1
-1
/
+10
*
Add a configuration for Sony News 4.
Richard Levitte
2000-09-14
1
-0
/
+3
*
Make sure that Configure will defined DSO_WIN32 for the Win32 targets. I fee...
Richard Levitte
2000-09-13
1
-5
/
+5
*
debug-linux-elf and debug-linux-elf-efence need to be linked with
Richard Levitte
2000-09-11
1
-2
/
+2
*
Changes for QNX: there is no thread support, and the previous
Bodo Möller
2000-09-06
1
-3
/
+5
*
*BIG* verify code reorganisation.
Dr. Stephen Henson
2000-09-05
1
-1
/
+1
*
Avoid abort() throughout the library, except when preprocessor
Bodo Möller
2000-09-04
1
-14
/
+14
*
QNX 4 support.
Bodo Möller
2000-09-01
1
-0
/
+5
*
Allow reconfiguration. This can be useful if some source update
Richard Levitte
2000-08-17
1
-82
/
+130
*
IBMcxx complains that maxmem is as low as 2048 for certain modules
Richard Levitte
2000-08-14
1
-1
/
+1
*
Added and corrected documentation for the 'shared' option
Richard Levitte
2000-08-02
1
-2
/
+1
*
I had completely forgotten that print_table_entry also needed to read the two
Richard Levitte
2000-08-02
1
-4
/
+4
*
Add support for shared libraries on Solaris.
Richard Levitte
2000-08-02
1
-14
/
+14
*
Avoid loops, and make sure that it's possible to still build shared
Richard Levitte
2000-07-24
1
-6
/
+11
*
Redo and enhance the support for building shared libraries. Currently
Richard Levitte
2000-07-21
1
-8
/
+46
*
* This adds some checking to the 'dlfcn' DSO_METHOD that at least lets
Geoff Thorpe
2000-06-21
1
-1
/
+1
[next]