summaryrefslogtreecommitdiffstats
path: root/keygen
Commit message (Expand)AuthorAgeFilesLines
* Eliminate APP_CC and DEFAULT_CCPavel Roskin2017-03-141-9/+9
* Include config_ac.h from all source filesPavel Roskin2017-03-041-0/+4
* Constify all input string arguments in keygen.cPavel Roskin2017-02-021-4/+4
* Check for openssl binary in configure, don't fail if not foundPavel Roskin2017-01-211-1/+1
* keygen: openssl.conf cleanupspeidy2016-12-261-19/+14
* keygen: add CA extensions to self-signed certificatesspeidy2016-12-241-0/+37
* Fix "unable to find 'distinguished_name' in config" with older opensslPavel Roskin2016-11-182-2/+17
* Do not create SHA-1 certificates anymoreKoichiro IWAO2016-11-161-1/+1
* change xrdp.ini security_layer=negotiate and auto generate tls keys on make i...Jay Sorg2016-11-111-1/+2
* on make install, don't create rsakeys.ini if it already existsJay Sorg2016-11-111-1/+1
* Fix warnings detected by -Wwrite-stringsPavel Roskin2016-07-081-1/+1
* Fix format warnings caused by g_writeln("")Pavel Roskin2016-04-211-8/+8
* keygen: default 2048 bit RSA keyJay Sorg2016-02-241-3/+2
* Create and install rsakeys.iniPavel Roskin2016-02-231-0/+9
* Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGSPavel Roskin2016-01-291-4/+2
* coverity: dead codeLaxmikant Rashinkar2014-07-261-4/+1
* coverity: fixed resolution leak issuesLaxmikant Rashinkar2014-07-191-2/+3
* support 2048 bit RSA keysJay Sorg2014-06-181-1/+1
* keygen: add 2048 bit key optionJay Sorg2014-06-061-128/+230
* keygen: started adding bits for bigger rsa key sizeJay Sorg2014-03-281-4/+9
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-191-356/+382
* autotools: change top_srcdir to top_builddir for LIBADDJay Sorg2012-07-131-1/+1
* remove execute permission from keygen.cItamar Reis Peixoto2010-11-181-0/+0
* update copyright yearjsorg712010-07-041-1/+1
* autotools fix and file_loc.h simplifiedjsorg712009-05-191-0/+7
* remove old makefilesjsorg712008-12-161-36/+0
* common changejsorg712008-08-121-1/+1
* add autotoolsjsorg712008-08-101-0/+10
* work on keygen to install and run on installjsorg712008-05-082-13/+144
* added comments and changed executable name to xrdp-keygenjsorg712008-04-152-10/+18
* changed unsigned char to tui8 changed a print messsagejsorg712008-04-151-16/+18
* update copyright yearjsorg712008-01-301-1/+1
* moved ssl calls to commonjsorg712007-06-162-173/+44
* completed sign key and some cleanupsjsorg712007-06-091-114/+103
* added test functionjsorg712007-06-091-0/+159
* added ppkjsorg712007-06-091-1/+47
* reverse the big number bytesjsorg712007-06-091-6/+29
* completed save functionjsorg712007-06-081-4/+69
* added dumby sign and save functionjsorg712007-06-081-6/+58
* warningsjsorg712007-06-081-5/+11
* added keygen utilityjsorg712007-06-082-0/+157