aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/uid.c
Commit message (Collapse)AuthorAgeFilesLines
* Netware-specific changes,Richard Levitte2003-11-281-1/+1
| | | | | | PR: 780 Submitted by: Verdon Walker <VWalker@novell.com> Reviewed by: Richard Levitte
* Add a few more VxWorks targets.Richard Levitte2002-10-091-1/+1
| | | | | | | | | Correct misspelled VXWORKS macros. Add VXWORKS identifying macros to e_os2.h. Add required inclusions and mappings for VxWorks in e_os.h. A few small modifications to make OpenSSL build and work on VxWorks. PR: 253, except for the change that was handled in an earlier commit, and a request for easy build of just parts of OpenSSL.
* User OPENSSL_UNISTD instead of <unistd.h>.Richard Levitte2001-04-261-2/+3
| | | | Spotted by Mark Crispin <MRC@Panda.COM>
* Use the new-style system-identity macros.Richard Levitte2001-02-191-2/+2
|
* New -set_serial options to 'req' and 'x509'.Dr. Stephen Henson2001-02-191-1/+1
| | | | | | | | Remove the old broken bio read of serial numbers in the 'ca' index file. This would choke if a revoked certificate was specified with a negative serial number. Fix typo in uid.c
* New function OPENSSL_issetugid(). Needs more work.Ulf Möller2001-02-141-0/+88