Search found 22 matches

by DenisKarpenko
Fri Oct 21, 2016 11:31 pm
Forum: Application libraries
Topic: TLS library
Replies: 21
Views: 28459

Re: TLS library

Oooh:) Nice :D I hope soon we will have the twitter app :)
by DenisKarpenko
Thu Oct 13, 2016 6:12 pm
Forum: Application libraries
Topic: TLS library
Replies: 21
Views: 28459

Re: TLS library

Hi esevece! Your comments are very pleasant :) Thank you! How much Google pays you can read there https://developers.google.com/open-source/gsoc/faq#do_i_get_paid_for_participating_in_gsoc . Unfortunately I have some problems at my university, so I am not working on library now :( I am going to cont...
by DenisKarpenko
Fri Aug 26, 2016 4:11 pm
Forum: Miscellaneous
Topic: Google Code-in
Replies: 5
Views: 4782

Re: Google Code-in

dunkaist, Nice idea, the feature support matrix is really cool :) Some kolibriOS libraries have poor documentation, and schoolers may do examples of using them :)
by DenisKarpenko
Thu Aug 25, 2016 11:01 pm
Forum: Miscellaneous
Topic: Google Code-in
Replies: 5
Views: 4782

Re: Google Code-in

Most likely you're right :)
However, If there are a lot of enthusiasts, I will try to help with something, despite the fact that I am a newbie :)
by DenisKarpenko
Thu Aug 25, 2016 5:04 pm
Forum: News
Topic: Google Summer of Code 2016
Replies: 74
Views: 63484

Re: Google Summer of Code 2016

I confirm the words above! It was amazing experience :)
by DenisKarpenko
Thu Aug 25, 2016 4:58 pm
Forum: Miscellaneous
Topic: Google Code-in
Replies: 5
Views: 4782

Google Code-in

Hi! I suppose, someone knows about google code in, it is like GSoC :) Does anyone want to participate like mentor in this program?
https://developers.google.com/open-source/gci/
It is more complicated task to mentor on Code-in than GSoC. Only 14 organizations were selected last year.
by DenisKarpenko
Tue Aug 23, 2016 11:47 am
Forum: Application libraries
Topic: TLS library
Replies: 21
Views: 28459

Re: TLS library

I've prepared gist about my work durning the summer :)
https://gist.github.com/Bandd-k/9c1a5c0 ... 4a81258893
by DenisKarpenko
Sun Aug 21, 2016 9:08 pm
Forum: Application libraries
Topic: TLS library
Replies: 21
Views: 28459

Re: TLS library

Basic TLS_recieve and TLS_send were implemented.
Now, I am going to clean code, write documentation. And make Library easier to using.
by DenisKarpenko
Thu Jul 28, 2016 8:38 pm
Forum: Application libraries
Topic: TLS library
Replies: 21
Views: 28459

Re: TLS library

I have not written posts for a long time. However work is progressing. Progress: 1) New HMAC. 2) New Pseudo random function. 3) RSA is finished. 4) Client Exchange Message is done. 5) Change cipher Message is done. Now I am going to tidy code slightly. Coding plans: 1) Calculate Master Key. https://...
by DenisKarpenko
Sun Jun 26, 2016 6:20 pm
Forum: Application libraries
Topic: TLS library
Replies: 21
Views: 28459

Re: TLS library

I have written new HMAC version (now, it has more convenient interface to use). https://github.com/Bandd-k/TLS-Library/blob/master/hmac.inc Implemented pseudo random function which is explained there https://tools.ietf.org/html/rfc5246#section-5 . https://github.com/Bandd-k/TLS-Library/blob/master/P...
by DenisKarpenko
Mon Jun 20, 2016 1:57 pm
Forum: Application libraries
Topic: TLS library
Replies: 21
Views: 28459

Re: TLS library

Thank you. Yes, you are right, I forgot about anonymous labels :)
The second option is absolutely without spaces before local labels, yes?
by DenisKarpenko
Mon Jun 20, 2016 11:29 am
Forum: Application libraries
Topic: TLS library
Replies: 21
Views: 28459

Re: TLS library

HMAC is ready. I am waiting a review from hidnplayr. And will make some corrections.
https://github.com/Bandd-k/TLS-Library/ ... r/hmac.inc
Feel free to check my assembler style :) I am newbie and can make some things in unusual or incorrect way.
by DenisKarpenko
Wed Jun 15, 2016 12:28 pm
Forum: Application libraries
Topic: TLS library
Replies: 21
Views: 28459

Re: TLS library

I am working on HMAC. I hope, that in next few days I will introduce it.
by DenisKarpenko
Tue Jun 07, 2016 2:03 pm
Forum: Application libraries
Topic: TLS library
Replies: 21
Views: 28459

Re: TLS library

Public key was extracted (Modulus and Exponent).
I continue to work on RSA :)
by DenisKarpenko
Thu Jun 02, 2016 2:10 am
Forum: Network
Topic: FTP client
Replies: 75
Views: 61501

Re: FTP client

Nice design! :)
IMHO There is more usual to use label 'connect' instead 'login'. Maybe it is only for me :wink: